Home
last modified time | relevance | path

Searched refs:isolate_within_arena (Results 1 – 6 of 6) sorted by relevance

/oneTBB/include/oneapi/tbb/
H A Dtask_group.h63 TBB_EXPORT void __TBB_EXPORTED_FUNC isolate_within_arena(d1::delegate_base&, std::intptr_t);
682 r1::isolate_within_arena(sd, this_isolation()); in run()
692 r1::isolate_within_arena(sd, this_isolation()); in run()
699 r1::isolate_within_arena(rwd, this_isolation()); in run_and_wait()
707 r1::isolate_within_arena(wd, this_isolation()); in wait()
H A Dtask_arena.h93 TBB_EXPORT void __TBB_EXPORTED_FUNC isolate_within_arena(d1::delegate_base& d, std::intptr_t);
204 r1::isolate_within_arena(func, /*isolation*/ 0); in isolate_impl()
H A Dcollaborative_call_once.h63 r1::isolate_within_arena(delegate, reinterpret_cast<std::intptr_t>(this)); in alignas()
/oneTBB/src/tbb/def/
H A Dwin64-tbb.def99 ?isolate_within_arena@r1@detail@tbb@@YAXAEAVdelegate_base@d1@23@_J@Z
H A Dwin32-tbb.def97 ?isolate_within_arena@r1@detail@tbb@@YAXAAVdelegate_base@d1@23@H@Z
/oneTBB/src/tbb/
H A Darena.cpp853 void isolate_within_arena(d1::delegate_base& d, std::intptr_t isolation) { in isolate_within_arena() function