Searched refs:pthread_join (Results 1 - 10 of 10) sorted by relevance

/haiku/src/tests/system/libroot/posix/
H A Dtls_concurrency_test.c28 errno = pthread_join(thr[j], NULL);
29 panic(errno, "pthread_join");
H A Dthread_local_test.cpp58 pthread_join(ids[i], NULL);
H A Dpthread_attr_stack_test.cpp45 ret = pthread_join(thread, NULL);
H A Dpthread_barrier_test.cpp46 pthread_join(ids[i], NULL);
/haiku/src/libs/posix_error_mapper/
H A Dpthread_thread.cpp26 WRAPPER_FUNCTION(int, pthread_join, (pthread_t thread, void **_value),
/haiku/src/system/libroot/posix/libstdthreads/
H A Dthrd.c110 if (pthread_join(thr, &value_ptr) != 0)
/haiku/headers/posix/
H A Dpthread.h246 extern int pthread_join(pthread_t thread, void **_value);
/haiku/src/system/libroot/posix/pthread/
H A Dpthread.cpp199 pthread_join(pthread_t thread, void** _value) function
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs.c2234 void pthread_join() {} function
H A Dlibroot_stubs_legacy.c2213 void pthread_join() {} function

Completed in 158 milliseconds