Home
last modified time | relevance | path

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

/oneTBB/include/oneapi/tbb/detail/
H A D_task_handle.h97 static d1::task_group_context& ctx_of(task_handle& th) { in ctx_of() function
/oneTBB/include/oneapi/tbb/
H A Dtask_group.h517 …__TBB_ASSERT(&acs::ctx_of(h) == &context(), "Attempt to schedule task_handle into different task_g… in internal_run_and_wait()
610 …__TBB_ASSERT(&acs::ctx_of(h) == &context(), "Attempt to schedule task_handle into different task_g… in run()
689 …__TBB_ASSERT(&acs::ctx_of(h) == &context(), "Attempt to schedule task_handle into different task_g… in run()
H A Dtask_arena.h104 auto& ctx = task_handle_accessor::ctx_of(th); in enqueue_impl()