Searched refs:thread_routine_type (Results 1 – 2 of 2) sorted by relevance
98 typedef unsigned (WINAPI *thread_routine_type)(void*); typedef101 …static handle_type launch( thread_routine_type thread_routine, void* arg, std::size_t stack_size, …107 typedef void*(*thread_routine_type)(void*); typedef110 …static handle_type launch( thread_routine_type thread_routine, void* arg, std::size_t stack_size );135 inline thread_monitor::handle_type thread_monitor::launch( thread_routine_type thread_function, voi… in launch()141 inline thread_monitor::handle_type thread_monitor::launch( thread_routine_type thread_routine, void… in launch()
71 static handle_type launch(thread_routine_type thread_routine, void* arg, size_t stack_size);