Home
last modified time | relevance | path

Searched refs:__pthread_join (Results 1 – 4 of 4) sorted by relevance

/external/musl/src/thread/
Dpthread_join.c28 int __pthread_join(pthread_t t, void **res) in __pthread_join() function
35 return t->detach_state==DT_JOINABLE ? EBUSY : __pthread_join(t, res); in __pthread_tryjoin_np()
40 weak_alias(__pthread_join, pthread_join);
Dthrd_join.c8 __pthread_join(t, &pthread_res); in thrd_join()
Dpthread_detach.c9 return __pthread_join(t, 0); in __pthread_detach()
/external/musl/src/include/
Dpthread.h11 hidden int __pthread_join(pthread_t, void **);