Searched refs:worker_index (Results 1 – 1 of 1) sorted by relevance
101 …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() argument143 int number_of_processor_groups = ( worker_index ) ? NumberOfProcessorGroups() : 0; in launch()150 … MoveThreadIntoProcessorGroup( h, FindProcessorGroupIndex( static_cast<int>(*worker_index) ) ); in launch()