Home
last modified time | relevance | path

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

/oneTBB/test/tbb/
H A Dtest_task_arena.cpp115 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 …]
H A Dtest_partitioner.cpp67 int thread_id = tbb::this_task_arena::current_thread_index(); in test()
H A Dtest_tbb_header.cpp268 TestFuncDefinitionPresence( this_task_arena::current_thread_index, (), int ); in DefinitionPresence()
/oneTBB/test/conformance/
H A Dconformance_task_arena.cpp32 …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()
/oneTBB/examples/migration/recursive_fibonacci/
H A Dtask_emulation_layer.h211 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()
/oneTBB/include/oneapi/tbb/
H A Dtask_arena.h450 inline int current_thread_index() { in current_thread_index() function
489 using detail::d1::current_thread_index;
H A Dpartitioner.h354 int current_index = tbb::this_task_arena::current_thread_index(); in get_initial_partition_head()
/oneTBB/python/tbb/
H A Dapi.i160 …nline int this_task_arena_current_thread_index() { return this_task_arena::current_thread_index();} in this_task_arena_current_thread_index()
/oneTBB/src/tbb/
H A Darena.cpp46 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()