Searched refs:pthread_create (Results 1 – 10 of 10) sorted by relevance
| /oneTBB/examples/parallel_for/tachyon/src/ |
| H A D | pthread_w.hpp | 94 extern int pthread_create(pthread_t *thread,
|
| H A D | pthread.cpp | 55 int pthread_create(pthread_t *thread, in pthread_create() function
|
| H A D | trace.threads.cpp | 268 pthread_create( in thread_trace()
|
| H A D | trace.threads2d.cpp | 320 pthread_create( in thread_trace()
|
| /oneTBB/test/tbb/ |
| H A D | test_eh_thread.cpp | 80 mValid = pthread_create(&mHandle, &attr, thread_routine, /* arg = */ nullptr) == 0; in Thread()
|
| /oneTBB/doc/main/tbb_userguide/ |
| H A D | appendix_B.rst | 69 pthread_create( &id[i], NULL, OuterLoopIteration, NULL );
|
| /oneTBB/examples/common/gui/ |
| H A D | macvideo.cpp | 153 pthread_create(&handle, &attr, &thread_func, (void *)nullptr); in main_loop()
|
| /oneTBB/src/tbb/ |
| H A D | rml_thread_monitor.h | 208 error = pthread_create(&handle, &s, thread_routine, arg); in launch()
|
| H A D | co_context.h | 220 …check(pthread_create(&c.my_thread, &s, coroutine_thread_func, &data), "pthread_create has failed"); in create_coroutine()
|
| /oneTBB/python/rml/ |
| H A D | ipc_server.cpp | 84 if( pthread_create( &handle, &s, thread_routine, arg ) ) return 0; in launch()
|