Home
last modified time | relevance | path

Searched refs:launch (Results 1 – 3 of 3) sorted by relevance

/oneTBB/src/tbb/
H A Drml_thread_monitor.h101 …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 Dprivate_server.cpp300 … 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 Dipc_server.cpp71 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()