Searched refs:thread_function (Results 1 – 1 of 1) sorted by relevance
135 inline thread_monitor::handle_type thread_monitor::launch( thread_routine_type thread_function, voi… in launch() argument137 std::thread* thread_tmp=new std::thread(thread_function, arg); in launch()