| /oneTBB/test/conformance/ |
| H A D | conformance_parallel_pipeline.cpp | 48 control.stop(); in operator ()() 106 control.stop(); in TestSingleFilterLambda() 114 control.stop(); in TestSingleFilterLambda() 128 fc.stop(); in RunPipeline() 157 fc.stop(); in RootSequence() 292 fc.stop(); in __anon5895f2ca0b02() 344 fc.stop(); in __anon5895f2ca0f02() 416 fc.stop(); in test_pipeline_invoke_basic()
|
| H A D | conformance_flowgraph.h | 204 fc.stop(); in operator() 248 fc.stop(); in operator() 301 fc.stop(); in operator() 375 fc.stop(); in operator() 397 fc.stop(); in operator()
|
| H A D | conformance_input_node.cpp | 204 fc.stop(); in operator ()()
|
| /oneTBB/test/tbb/ |
| H A D | test_parallel_pipeline.cpp | 124 control.stop(); in operator ()() 141 control.stop(); in operator ()() 163 control.stop(); in operator ()() 180 control.stop(); in operator ()() 408 control.stop(); in run_function_spec() 511 control.stop(); in run_lambdas_test() 529 control.stop(); in run_lambdas_test() 552 control.stop(); in run_lambdas_test() 574 control.stop(); in run_lambdas_test()
|
| H A D | test_global_control.cpp | 256 std::atomic<bool> stop{ false }; variable 258 while (!stop) { in __anon8f1bc23b0502() 270 stop = true;
|
| H A D | test_input_node.cpp | 86 fc.stop(); in operator ()() 275 fc.stop(); in test_follows_and_precedes_api() 324 tbb::flow::input_node<int> in(g, [&](tbb::flow_control& fc) { fc.stop(); return 0;}); in __anone180743f0302()
|
| H A D | test_flow_graph_priorities.cpp | 293 fc.stop(); in operator ()() 672 fc.stop(); in operator ()()
|
| H A D | test_flow_graph.cpp | 204 fc.stop(); in operator ()()
|
| /oneTBB/doc/main/tbb_userguide/ |
| H A D | use_concurrency_limits.rst | 51 fc.stop(); 74 object and temporarily stop invoking its body object. Whenever the
|
| H A D | Data_Flow_Graph.rst | 141 ``src_body`` until ``fc.stop()`` is invoked inside the body. You therefore 159 fc.stop();
|
| H A D | avoiding_data_races.rst | 33 fc.stop();
|
| H A D | Exceptions_and_Cancellation.rst | 21 #. Once all parts of the algorithm stop, an exception is thrown on the
|
| H A D | use_nested_algorithms.rst | 36 fc.stop();
|
| H A D | use_limiter_node.rst | 50 fc.stop();
|
| H A D | use_input_node.rst | 83 fc.stop();
|
| H A D | Cancellation_and_Nested_Parallelism.rst | 24 opposition interplays to cleanly stop a nested computation when an
|
| /oneTBB/examples/migration/recursive_fibonacci/ |
| H A D | README.md | 21 * `C` - cutoff that will be used to stop recursive split.
|
| H A D | CMakeLists.txt | 34 # `C` - cutoff that will be used to stop recursive split.
|
| /oneTBB/examples/parallel_for/tachyon/ |
| H A D | README.md | 47 * `any key` - enable repetition of rendering after the pause. Press ESC to stop the application. 50 * `esc` - stop execution.
|
| /oneTBB/examples/parallel_for/seismic/ |
| H A D | README.md | 38 * `esc` - stop execution.
|
| /oneTBB/examples/task_arena/fractal/ |
| H A D | README.md | 47 * `esc` - stop execution.
|
| /oneTBB/examples/parallel_pipeline/square/ |
| H A D | square.cpp | 117 fc.stop(); in operator ()()
|
| /oneTBB/doc/main/tbb_userguide/design_patterns/ |
| H A D | Non-Preemptive_Priorities.rst | 40 appears, it is not necessary to immediately stop lower priority
|
| /oneTBB/examples/graph/binpack/ |
| H A D | binpack.cpp | 214 fc.stop(); in operator ()()
|
| /oneTBB/examples/graph/fgbzip2/ |
| H A D | fgbzip2.cpp | 253 fc.stop(); in fgCompression()
|