Searched defs:thread_routine (Results 1 – 4 of 4) sorted by relevance
| /oneTBB/test/tbb/ | ||
| H A D | test_eh_thread.cpp | 65 static void* thread_routine(void*) in thread_routine() function |
| /oneTBB/src/tbb/ | ||
| H A D | rml_thread_monitor.h | 141 inline thread_monitor::handle_type thread_monitor::launch( thread_routine_type thread_routine, void… in launch() |
| H A D | private_server.cpp | 218 __RML_DECL_THREAD_ROUTINE private_worker::thread_routine( void* arg ) { in thread_routine() function in tbb::detail::r1::rml::private_worker |
| /oneTBB/python/rml/ | ||
| H A D | ipc_server.cpp | 504 __RML_DECL_THREAD_ROUTINE ipc_worker::thread_routine(void* arg) { in thread_routine() function in tbb::detail::rml::ipc_worker |