Home
last modified time | relevance | path

Searched refs:thread_routine_type (Results 1 – 2 of 2) sorted by relevance

/oneTBB/src/tbb/
H A Drml_thread_monitor.h98 typedef unsigned (WINAPI *thread_routine_type)(void*); typedef
101 …static handle_type launch( thread_routine_type thread_routine, void* arg, std::size_t stack_size, …
107 typedef void*(*thread_routine_type)(void*); typedef
110 …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()
/oneTBB/python/rml/
H A Dipc_server.cpp71 static handle_type launch(thread_routine_type thread_routine, void* arg, size_t stack_size);