Home
last modified time | relevance | path

Searched refs:thread_function (Results 1 – 1 of 1) 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() argument
137 std::thread* thread_tmp=new std::thread(thread_function, arg); in launch()