Home
last modified time | relevance | path

Searched refs:execution_slot (Results 1 – 8 of 8) sorted by relevance

/oneTBB/include/oneapi/tbb/detail/
H A D_task.h54 TBB_EXPORT d1::slot_id __TBB_EXPORTED_FUNC execution_slot(const d1::execution_data*);
168 inline slot_id execution_slot(const execution_data& ed) { in execution_slot() function
169 return r1::execution_slot(&ed); in execution_slot()
173 return affinity_slot(ed) == no_slot || affinity_slot(ed) == execution_slot(ed); in is_same_affinity()
177 return original_slot(ed) != execution_slot(ed); in is_stolen()
/oneTBB/src/tbb/
H A Dtask_dispatcher.cpp129 d1::slot_id __TBB_EXPORTED_FUNC execution_slot(const d1::execution_data* ed) { in execution_slot() function
/oneTBB/include/oneapi/tbb/
H A Dtask_arena.h451 slot_id idx = r1::execution_slot(nullptr); in current_thread_index()
H A Dparallel_reduce.h202 my_partition.note_affinity(execution_slot(ed)); in execute()
345 my_partition.note_affinity(execution_slot(ed)); in execute()
H A Dpartitioner.h382 return execution_slot(ed) != original_slot(ed); in is_stolen_task()
H A Dparallel_for.h167 my_partition.note_affinity(execution_slot(ed)); in execute()
/oneTBB/src/tbb/def/
H A Dwin64-tbb.def79 ?execution_slot@r1@detail@tbb@@YAGPEBUexecution_data@d1@23@@Z
H A Dwin32-tbb.def79 ?execution_slot@r1@detail@tbb@@YAGPBUexecution_data@d1@23@@Z