Searched refs:thrd_detach (Results 1 – 3 of 3) sorted by relevance
62 int thrd_detach(thrd_t thr) in thrd_detach() function
40 int thrd_detach(thrd_t thr);
148 zassert_equal(thrd_success, thrd_detach(thr)); in ZTEST()