Home
last modified time | relevance | path

Searched refs:isolated (Results 1 – 14 of 14) sorted by relevance

/oneTBB/doc/main/tbb_userguide/
H A Dwork_isolation.rst97 inside an isolated region, a thread can only execute tasks spawned
100 belonging to other isolated regions.
105 restrictions on task selection unless isolated by a distinct call to
130 // Run the second parallel loop in an isolated region to prevent the current thread
H A DCancellation_and_Nested_Parallelism.rst86 construct an 'isolated' ``task_group_context`` on the stack and pass it
103 task_group_context root(task_group_context::isolated);
118 inner loop over ``j``. The creation of the isolated
H A Dcancelling_nested_parallelism.rst20 graph, it is created with an isolated context by default.
H A DFloating_Point_Settings.rst18 task_group_context ctx( task_group_context::isolated,
/oneTBB/test/conformance/
H A Dconformance_task_group_context.cpp37 oneapi::tbb::task_group_context ctx{ oneapi::tbb::task_group_context::isolated
H A Dconformance_task_group.cpp211 tbb::task_group_context inner_ctx(tbb::task_group_context::isolated); in run_cancellation_use_case()
/oneTBB/test/tbb/
H A Dtest_eh_algorithms.cpp282 tbb::task_group_context ctx(tbb::task_group_context::isolated); in operator ()()
338 tbb::task_group_context ctx(tbb::task_group_context::isolated); in operator ()()
895 tbb::task_group_context ctx(tbb::task_group_context::isolated); in operator ()()
945 tbb::task_group_context ctx(tbb::task_group_context::isolated); in operator ()()
1438 tbb::task_group_context ctx(tbb::task_group_context::isolated); in operator ()()
1511 tbb::task_group_context ctx(tbb::task_group_context::isolated); in operator ()()
H A Dtest_task_group.cpp1056 tbb::task_group_context inner_ctx(tbb::task_group_context::isolated); in run_cancellation_use_case()
/oneTBB/integration/linux/modulefiles/
H A Dtbb3258 # Define environment variables needed for an isolated component install.
H A Dtbb58 # Define environment variables needed for an isolated component install.
/oneTBB/include/oneapi/tbb/
H A Dtask_group.h172 isolated, enumerator
211 isolated, enumerator
/oneTBB/src/tbb/
H A Dtask_group_context.cpp186 release_state = d1::task_group_context::state::isolated; in bind_to()
H A Darena.cpp266 … d1::task_group_context{ d1::task_group_context::isolated, d1::task_group_context::fp_settings }; in arena()
752 d1::task_group_context exec_context(d1::task_group_context::isolated); in execute()
H A Dtask_dispatcher.h305 ed.context->my_state == d1::task_group_context::state::isolated, nullptr); in local_wait_for_all()