Home
last modified time | relevance | path

Searched defs:wait_context (Results 1 – 3 of 3) sorted by relevance

/oneTBB/include/oneapi/tbb/detail/
H A D_task.h43 class wait_context; variable
134wait_context(std::uint32_t ref_count) : m_ref_count{ref_count} { suppress_unused_warning(m_version… in wait_context() function
H A D_task_handle.h30 namespace d1 { class task_group_context; class wait_context; struct execution_data; } variable
/oneTBB/test/tbb/
H A Dtest_task_arena.cpp252 using wait_context = tbb::detail::d1::wait_context; typedef in MultipleMastersPart3
930 using wait_context = tbb::detail::d1::wait_context; typedef in TestIsolatedExecuteNS::TestEnqueueTask
1074 using wait_context = tbb::detail::d1::wait_context; typedef in TestMultipleWaitsArenaWait
1099 using wait_context = tbb::detail::d1::wait_context; typedef in TestMultipleWaitsThreadBody