Home
last modified time | relevance | path

Searched refs:complete (Results 1 – 22 of 22) sorted by relevance

/oneTBB/doc/main/tbb_userguide/
H A DGraph_Object.rst12 complete, resetting the state of all nodes in the graph, and canceling
17 spawned by the graph to complete. The call to ``wait_for_all`` in this
30 … ``wait_for_all`` on a graph object before destroying it to make sure all activities are complete.
H A Ddestroy_graphs_outside_main_thread.rst11 and wait for the graph to complete. For example, assume you really do
43 graph is complete.
H A Dalways_use_wait_for_all.rst9 until all tasks spawned by the graph are complete. This is not only
28 // end of the scope, since the body of f is not complete
H A DDependence_Graph.rst40 A must complete executing before any other computation starts executing.
41 Function B must complete before C and D start executing; and E must
42 complete before D and F start executing. This is a partial ordering
H A DNodes.rst98 When that task is complete, it will then spawn another task to apply the
99 body to 2. And likewise, the node will wait for that task to complete
H A DAdvanced_Example.rst37 The following code shows the complete function object.
H A DMapping_Nodes2Tasks.rst36 messages in the order that they arrive. When all tasks are complete, the
H A DLambda_Expressions.rst44 implemented C++11 features. It is worth reading more complete
H A Dstd_invoke.rst160 // Wait for the graph to complete
198 // Wait for the graph to complete
H A Dwork_isolation.rst11 group of tasks to complete might execute other available tasks. In
H A DFlow_Graph_Reservation.rst254 complete. The output of this code is
/oneTBB/include/oneapi/tbb/
H A Dtask_group.h424 complete, enumerator
510 return cancellation_status ? canceled : complete; in internal_run_and_wait()
527 return cancellation_status ? canceled : complete; in internal_run_and_wait()
588 return cancellation_status ? canceled : complete; in wait()
731 using detail::d1::complete;
/oneTBB/test/conformance/
H A Dconformance_task_group.cpp238 inner_status == tbb::task_group_status::complete, in run_cancellation_use_case()
267 return tbb::task_group_status::complete; in test()
/oneTBB/doc/main/tbb_userguide/design_patterns/
H A DLocal_Serializer.rst191 that should complete before the next functor runs.
225 - A queue of WorkItem waiting for prior work to complete.
H A DElementwise.rst14 and wait until all complete.
H A DReference_Counting.rst91 writes complete before the object is deleted.
H A DDivide_and_Conquer.rst178 // Wait for recursive calls to complete
H A DGUI_Thread.rst41 waiting for the work to complete.
/oneTBB/doc/GSG/
H A Dnext_steps.rst6 After installing oneTBB, complete the following steps to start working with the library.
/oneTBB/test/tbb/
H A Dtest_task_group.cpp1083 inner_status == tbb::task_group_status::complete, in run_cancellation_use_case()
1112 return tbb::task_group_status::complete; in test()
/oneTBB/doc/main/tbb_userguide/Migration_Guide/
H A DTask_API.rst92 completes only when all functors passed to the parallel pattern complete their execution.
/oneTBB/doc/
H A DDoxyfile.in328 # diagrams that involve STL classes more complete and accurate.