Home
last modified time | relevance | path

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

/oneTBB/src/tbb/
H A Drml_thread_monitor.h101 …ine_type thread_routine, void* arg, std::size_t stack_size, const size_t* worker_index = nullptr );
141 …routine_type thread_routine, void* arg, std::size_t stack_size, const std::size_t* worker_index ) { in launch() argument
143 int number_of_processor_groups = ( worker_index ) ? NumberOfProcessorGroups() : 0; in launch()
150 … MoveThreadIntoProcessorGroup( h, FindProcessorGroupIndex( static_cast<int>(*worker_index) ) ); in launch()