Searched refs:__pthread_join (Results 1 – 3 of 3) sorted by relevance
4 int __pthread_join(pthread_t t, void** res) { in __pthread_join() function18 weak_alias(__pthread_join, pthread_join);
9 __pthread_join(t, &pthread_res); in thrd_join()
148 int __pthread_join(pthread_t t, void** result) ATTR_LIBC_VISIBILITY;
Completed in 7 milliseconds