Home
last modified time | relevance | path

Searched refs:get_task (Results 1 – 3 of 3) sorted by relevance

/oneTBB/src/tbb/
H A Darena_slot.cpp61 d1::task* arena_slot::get_task(execution_data_ext& ed, isolation_type isolation) { in get_task() function in tbb::detail::r1::arena_slot
H A Darena_slot.h135 d1::task* get_task(execution_data_ext&, isolation_type);
H A Dtask_dispatcher.h344 if (t || (slot.is_task_pool_published() && (t = slot.get_task(ed, isolation)))) { in local_wait_for_all()