Searched refs:thrd_detach (Results 1 – 6 of 6) sorted by relevance
72 FUNCTION(thrd_detach, int (*f)(thrd_t)); in threads_h()
168 int thrd_detach(thrd_t __thrd) __INTRODUCED_IN(30);
154 __BIONIC_THREADS_INLINE int thrd_detach(thrd_t __thrd) { in thrd_detach() function
339 ASSERT_EQ(thrd_success, thrd_detach(t)); in TEST()
1509 thrd_detach;