Home
last modified time | relevance | path

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

/third_party/ulib/musl/pthread/
A Dpthread_join.c4 int __pthread_join(pthread_t t, void** res) { in __pthread_join() function
18 weak_alias(__pthread_join, pthread_join);
/third_party/ulib/musl/src/thread/
A Dthrd_join.c9 __pthread_join(t, &pthread_res); in thrd_join()
/third_party/ulib/musl/src/internal/
A Dthreads_impl.h148 int __pthread_join(pthread_t t, void** result) ATTR_LIBC_VISIBILITY;

Completed in 7 milliseconds