Lines Matching refs:current_thread_index

115         int current_index = tbb::this_task_arena::current_thread_index();  in on_scheduler_entry()
128 CHECK(slot_id.local() == tbb::this_task_arena::current_thread_index()); in on_scheduler_exit()
150 CHECK(slot_id.local() == tbb::this_task_arena::current_thread_index()); in operator ()()
346 int slot = tbb::this_task_arena::current_thread_index(); in operator ()()
352 my_id << (stage < 3 ? (tbb::this_task_arena::current_thread_index()? in operator ()()
450 int idx = tbb::this_task_arena::current_thread_index(); in operator ()()
578 : my_slot_at_construction(tbb::this_task_arena::current_thread_index()) in TaskArenaValidator()
588 CHECK_MESSAGE( tbb::this_task_arena::current_thread_index()==my_slot_at_construction, in operator ()()
600 if ( tbb::this_task_arena::current_thread_index() != tbb::task_arena::not_initialized ) { in ValidateAttachedArena()
601 CHECK(tbb::this_task_arena::current_thread_index() >= 0); in ValidateAttachedArena()
606 CHECK(tbb::this_task_arena::current_thread_index() == -1); in ValidateAttachedArena()
845 return utils::FastRandom<>( tbb::this_task_arena::current_thread_index() ); in operator ()()
1474 …CHECK_FAST_MESSAGE(tbb::this_task_arena::current_thread_index() < tbb::this_task_arena::max_concur… in TestDefaultCreatedWorkersAmount()
1549 int current_index = tbb::this_task_arena::current_thread_index(); in on_scheduler_entry()
1814 …REQUIRE_MESSAGE((tbb::this_task_arena::current_thread_index() == tbb::task_arena::not_initialized)…
2061 CHECK(tbb::this_task_arena::current_thread_index() == 0); in __anon1d1198c32802()