Home
last modified time | relevance | path

Searched defs:launch (Results 1 – 2 of 2) sorted by relevance

/oneTBB/src/tbb/
H A Drml_thread_monitor.h135 inline thread_monitor::handle_type thread_monitor::launch( thread_routine_type thread_function, voi… in launch() function
141 inline thread_monitor::handle_type thread_monitor::launch( thread_routine_type thread_routine, void… in launch() function
187 inline thread_monitor::handle_type thread_monitor::launch( void* (*thread_routine)(void*), void* ar… in launch() function
/oneTBB/python/rml/
H A Dipc_server.cpp77 inline ipc_thread_monitor::handle_type ipc_thread_monitor::launch(void* (*thread_routine)(void*), v… in launch() function in rml::internal::ipc_thread_monitor