Home
last modified time | relevance | path

Searched refs:pthread_join (Results 1 – 8 of 8) sorted by relevance

/oneTBB/examples/parallel_for/tachyon/src/
H A Dpthread_w.hpp98 extern int pthread_join(pthread_t th, void **thread_return);
H A Dpthread.cpp80 int pthread_join(pthread_t th, void **thread_return) { in pthread_join() function
H A Dtrace.threads.cpp273 pthread_join(threads[i], &exit_val); in thread_trace()
H A Dtrace.threads2d.cpp325 pthread_join(threads[i], &exit_val); in thread_trace()
/oneTBB/test/tbb/
H A Dtest_eh_thread.cpp85 pthread_join(mHandle, nullptr); in join()
/oneTBB/doc/main/tbb_userguide/
H A Dappendix_B.rst72 pthread_join( &id[i], NULL );
/oneTBB/src/tbb/
H A Drml_thread_monitor.h219 check(pthread_join(handle, nullptr), "pthread_join has failed"); in join()
H A Dco_context.h275 check(pthread_join(c.my_thread, nullptr), "pthread_join has failed"); in destroy_coroutine()