Home
last modified time | relevance | path

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

/oneTBB/include/oneapi/tbb/detail/
H A D_task.h153 slot_id affinity_slot{};
164 inline slot_id affinity_slot(const execution_data& ed) { in affinity_slot() function
165 return ed.affinity_slot; in affinity_slot()
173 return affinity_slot(ed) == no_slot || affinity_slot(ed) == execution_slot(ed); in is_same_affinity()
/oneTBB/src/tbb/
H A Dtask_dispatcher.h278 ed.affinity_slot = d1::no_slot; in local_wait_for_all()
330 ed.affinity_slot = d1::no_slot; in local_wait_for_all()
445 ed.affinity_slot = ed.task_disp->m_thread_data->my_arena_index; in get_mailbox_task()
H A Darena.h468 ed.affinity_slot = slot; in steal_task()
471 ed.affinity_slot = d1::any_slot; in steal_task()
H A Darena_slot.cpp49 ed.affinity_slot = aff_id; in get_task_impl()
H A Darena.cpp650 ed_ext.affinity_slot = d1::no_slot; in nested_arena_context()