Lines Matching refs:thread_routine

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()
84 if( pthread_create( &handle, &s, thread_routine, arg ) ) return 0; in launch()
298 static __RML_DECL_THREAD_ROUTINE thread_routine(void* arg);
332 static __RML_DECL_THREAD_ROUTINE thread_routine(void* arg);
345 static __RML_DECL_THREAD_ROUTINE thread_routine(void* arg);
504 __RML_DECL_THREAD_ROUTINE ipc_worker::thread_routine(void* arg) { in thread_routine() function in tbb::detail::rml::ipc_worker
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()
646 __RML_DECL_THREAD_ROUTINE ipc_waker::thread_routine(void* arg) { in thread_routine() function in tbb::detail::rml::ipc_waker
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()
745 __RML_DECL_THREAD_ROUTINE ipc_stopper::thread_routine(void* arg) { in thread_routine() function in tbb::detail::rml::ipc_stopper
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()