Searched refs:thrd_detach (Results 1 – 14 of 14) sorted by relevance
25 weak_alias(__pthread_detach, thrd_detach);
19 weak_alias(__pthread_detach, thrd_detach);
31 int ret = thrd_detach(thrd_current()); in threadfunc()
57 "thrd_detach",
46 int thrd_detach(thrd_t);
61 EXPECT_EQ(thrd_success, thrd_detach(thread));
179 int thrd_detach(thrd_t);
349 int thrd_detach(thrd_t thr);
402 int thrd_detach(thrd_t thr) in thrd_detach() function
279 thrd_detach(thrd_t thr) in thrd_detach() function
374 thrd_detach(thrd_t thr) in thrd_detach() function
1823 thrd_detach;