Home
last modified time | relevance | path

Searched refs:stop (Results 1 – 25 of 41) sorted by relevance

12

/oneTBB/test/conformance/
H A Dconformance_parallel_pipeline.cpp48 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 Dconformance_flowgraph.h204 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 Dconformance_input_node.cpp204 fc.stop(); in operator ()()
/oneTBB/test/tbb/
H A Dtest_parallel_pipeline.cpp124 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 Dtest_global_control.cpp256 std::atomic<bool> stop{ false }; variable
258 while (!stop) { in __anon8f1bc23b0502()
270 stop = true;
H A Dtest_input_node.cpp86 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 Dtest_flow_graph_priorities.cpp293 fc.stop(); in operator ()()
672 fc.stop(); in operator ()()
H A Dtest_flow_graph.cpp204 fc.stop(); in operator ()()
/oneTBB/doc/main/tbb_userguide/
H A Duse_concurrency_limits.rst51 fc.stop();
74 object and temporarily stop invoking its body object. Whenever the
H A DData_Flow_Graph.rst141 ``src_body`` until ``fc.stop()`` is invoked inside the body. You therefore
159 fc.stop();
H A Davoiding_data_races.rst33 fc.stop();
H A DExceptions_and_Cancellation.rst21 #. Once all parts of the algorithm stop, an exception is thrown on the
H A Duse_nested_algorithms.rst36 fc.stop();
H A Duse_limiter_node.rst50 fc.stop();
H A Duse_input_node.rst83 fc.stop();
H A DCancellation_and_Nested_Parallelism.rst24 opposition interplays to cleanly stop a nested computation when an
/oneTBB/examples/migration/recursive_fibonacci/
H A DREADME.md21 * `C` - cutoff that will be used to stop recursive split.
H A DCMakeLists.txt34 # `C` - cutoff that will be used to stop recursive split.
/oneTBB/examples/parallel_for/tachyon/
H A DREADME.md47 * `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 DREADME.md38 * `esc` - stop execution.
/oneTBB/examples/task_arena/fractal/
H A DREADME.md47 * `esc` - stop execution.
/oneTBB/examples/parallel_pipeline/square/
H A Dsquare.cpp117 fc.stop(); in operator ()()
/oneTBB/doc/main/tbb_userguide/design_patterns/
H A DNon-Preemptive_Priorities.rst40 appears, it is not necessary to immediately stop lower priority
/oneTBB/examples/graph/binpack/
H A Dbinpack.cpp214 fc.stop(); in operator ()()
/oneTBB/examples/graph/fgbzip2/
H A Dfgbzip2.cpp253 fc.stop(); in fgCompression()

12