Searched refs:launch (Results 1 – 3 of 3) sorted by relevance
| /oneTBB/src/tbb/ |
| H A D | rml_thread_monitor.h | 101 …static handle_type launch( thread_routine_type thread_routine, void* arg, std::size_t stack_size, … 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() 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
|
| H A D | private_server.cpp | 300 … my_handle = thread_monitor::launch(thread_routine, this, my_server.my_stack_size, &worker_idx); in wake_or_launch() 305 my_handle = thread_monitor::launch(thread_routine, this, my_server.my_stack_size); in wake_or_launch()
|
| /oneTBB/python/rml/ |
| H A D | ipc_server.cpp | 71 static handle_type launch(thread_routine_type thread_routine, void* arg, size_t stack_size); 77 inline ipc_thread_monitor::handle_type ipc_thread_monitor::launch(void* (*thread_routine)(void*), v… in launch() function in rml::internal::ipc_thread_monitor 592 …my_handle = ipc_thread_monitor::launch( thread_routine, this, my_server.my_stack_size, &this->my_i… in wake_or_launch() 597 my_handle = ipc_thread_monitor::launch( thread_routine, this, my_server.my_stack_size ); in wake_or_launch() 692 …my_handle = ipc_thread_monitor::launch( thread_routine, this, my_server.my_stack_size, &this->my_i… in wake_or_launch() 697 my_handle = ipc_thread_monitor::launch( thread_routine, this, my_server.my_stack_size ); in wake_or_launch() 779 …my_handle = ipc_thread_monitor::launch( thread_routine, this, my_server.my_stack_size, &this->my_i… in wake_or_launch() 784 my_handle = ipc_thread_monitor::launch( thread_routine, this, my_server.my_stack_size ); in wake_or_launch()
|