Searched refs:outer (Results 1 – 14 of 14) sorted by relevance
| /oneTBB/test/conformance/ |
| H A D | conformance_task_group.cpp | 252 [](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 D | work_isolation.rst | 13 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 D | appendix_B.rst | 12 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 D | Cancellation_and_Nested_Parallelism.rst | 117 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 D | Lock_Pathologies.rst | 44 "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 D | cancelling_nested_parallelism.rst | 8 outer context; otherwise it is not.
|
| H A D | Floating_Point_Settings.rst | 36 …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 D | Controlling_Chunking_os.rst | 156 iteration of an outer loop is likely to provide a bigger grain of
|
| /oneTBB/test/tbb/ |
| H A D | test_task_group.cpp | 1097 [](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 D | test_eh_algorithms.cpp | 578 RecursiveParReduceBodyWithSharedWorker ( Worker *w, int outer ) in RecursiveParReduceBodyWithSharedWorker() argument 580 , m_NestingLevel(outer) in RecursiveParReduceBodyWithSharedWorker()
|
| /oneTBB/doc/main/reference/scalable_memory_pools/ |
| H A D | memory_pool_cls.rst | 26 must be destroyed before the outer pool is destroyed or recycled.
|
| /oneTBB/doc/main/tbb_userguide/design_patterns/ |
| H A D | Elementwise.rst | 91 iteration depends on the previous iteration. However, the outer loop
|
| H A D | Reduction.rst | 171 The outer if-else is an instance of the agglomeration pattern for
|
| /oneTBB/doc/main/tbb_userguide/Migration_Guide/ |
| H A D | Task_API.rst | 228 need for the task scheduler to react to outer circumstances, such as cancellation of group
|