Searched refs:pthread_join (Results 1 – 8 of 8) sorted by relevance
| /oneTBB/examples/parallel_for/tachyon/src/ |
| H A D | pthread_w.hpp | 98 extern int pthread_join(pthread_t th, void **thread_return);
|
| H A D | pthread.cpp | 80 int pthread_join(pthread_t th, void **thread_return) { in pthread_join() function
|
| H A D | trace.threads.cpp | 273 pthread_join(threads[i], &exit_val); in thread_trace()
|
| H A D | trace.threads2d.cpp | 325 pthread_join(threads[i], &exit_val); in thread_trace()
|
| /oneTBB/test/tbb/ |
| H A D | test_eh_thread.cpp | 85 pthread_join(mHandle, nullptr); in join()
|
| /oneTBB/doc/main/tbb_userguide/ |
| H A D | appendix_B.rst | 72 pthread_join( &id[i], NULL );
|
| /oneTBB/src/tbb/ |
| H A D | rml_thread_monitor.h | 219 check(pthread_join(handle, nullptr), "pthread_join has failed"); in join()
|
| H A D | co_context.h | 275 check(pthread_join(c.my_thread, nullptr), "pthread_join has failed"); in destroy_coroutine()
|