Searched refs:current_thread_index (Results 1 – 9 of 9) sorted by relevance
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()601 CHECK(tbb::this_task_arena::current_thread_index() >= 0); in ValidateAttachedArena()606 CHECK(tbb::this_task_arena::current_thread_index() == -1); in ValidateAttachedArena()1549 int current_index = tbb::this_task_arena::current_thread_index(); in on_scheduler_entry()[all …]
67 int thread_id = tbb::this_task_arena::current_thread_index(); in test()
268 TestFuncDefinitionPresence( this_task_arena::current_thread_index, (), int ); in DefinitionPresence()
32 …REQUIRE_MESSAGE((tbb::this_task_arena::current_thread_index() == tbb::task_arena::not_initialized)…49 CHECK(oneapi::tbb::this_task_arena::current_thread_index() >= 0); in __anon3e0b77410202()
211 tg_pool[tbb::this_task_arena::current_thread_index()].run(std::forward<F>(f)); in run_task()216 tg_pool[tbb::this_task_arena::current_thread_index()].run(std::ref(*f)); in run_task()
450 inline int current_thread_index() { in current_thread_index() function489 using detail::d1::current_thread_index;
354 int current_index = tbb::this_task_arena::current_thread_index(); in get_initial_partition_head()
160 …nline int this_task_arena_current_thread_index() { return this_task_arena::current_thread_index();} in this_task_arena_current_thread_index()
46 apply_affinity_mask(my_binding_handler, this_task_arena::current_thread_index()); in on_scheduler_entry()50 restore_affinity_mask(my_binding_handler, this_task_arena::current_thread_index()); in on_scheduler_exit()