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

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

Completed in 62 milliseconds