Home
last modified time | relevance | path

Searched refs:thrd_detach (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/lib/libc/common/source/thrd/
Dthrd.c62 int thrd_detach(thrd_t thr) in thrd_detach() function
/Zephyr-latest/lib/libc/common/include/
Dthreads.h40 int thrd_detach(thrd_t thr);
/Zephyr-latest/tests/lib/c_lib/thrd/src/
Dthrd.c148 zassert_equal(thrd_success, thrd_detach(thr)); in ZTEST()