Home
last modified time | relevance | path

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

/oneTBB/test/conformance/
H A Dconformance_task_group.cpp252 [](tbb::task_group& outer) { outer.cancel(); }, in test() argument
253 [](tbb::task_group& outer) { return outer.wait(); } in test() argument
264 [](tbb::task_group& outer) { in test() argument
266 outer.wait(); in test()
/oneTBB/doc/main/tbb_userguide/
H A Dwork_isolation.rst13 construct, a thread can obtain a task from the outer-level construct
19 (outer) loop iteration:
33 parallel loop. As a result, two or more iterations of the outer loop
55 // of the outer parallel_for, and so might have changed the thread specific value.
81 // from taking tasks of the outer parallel_for.
99 thread is prohibited from executing any outer level tasks or tasks
131 // from taking tasks related to the outer parallel loop.
H A Dappendix_B.rst12 Here is an example that parallelizes an outer loop with OpenMP and an
67 // Create thread for each outer loop iteration
70 // Wait for outer loop threads to finish
H A DCancellation_and_Nested_Parallelism.rst117 The example performs two parallel loops: an outer loop over ``i`` and
121 propagates to the outer loop, any pending ``outer`` iterations are
122 cancelled, but not inner iterations for an outer iteration that started.
H A DLock_Pathologies.rst44 "outer container" and "inner container" mutexes, and need to
45 acquire a lock on one of each, you could always acquire the "outer
H A Dcancelling_nested_parallelism.rst8 outer context; otherwise it is not.
H A DFloating_Point_Settings.rst36 …ext of a task group with explicitly captured floating-point settings, the outer-level settings are…
37 If none of the outer-level contexts capture floating-point settings, the settings captured during t…
H A DControlling_Chunking_os.rst156 iteration of an outer loop is likely to provide a bigger grain of
/oneTBB/test/tbb/
H A Dtest_task_group.cpp1097 [](tbb::task_group& outer) { outer.cancel(); }, in test() argument
1098 [](tbb::task_group& outer) { return outer.wait(); } in test() argument
1109 [](tbb::task_group& outer) { in test() argument
1111 outer.wait(); in test()
H A Dtest_eh_algorithms.cpp578 RecursiveParReduceBodyWithSharedWorker ( Worker *w, int outer ) in RecursiveParReduceBodyWithSharedWorker() argument
580 , m_NestingLevel(outer) in RecursiveParReduceBodyWithSharedWorker()
/oneTBB/doc/main/reference/scalable_memory_pools/
H A Dmemory_pool_cls.rst26 must be destroyed before the outer pool is destroyed or recycled.
/oneTBB/doc/main/tbb_userguide/design_patterns/
H A DElementwise.rst91 iteration depends on the previous iteration. However, the outer loop
H A DReduction.rst171 The outer if-else is an instance of the agglomeration pattern for
/oneTBB/doc/main/tbb_userguide/Migration_Guide/
H A DTask_API.rst228 need for the task scheduler to react to outer circumstances, such as cancellation of group