Searched refs:complete (Results 1 – 22 of 22) sorted by relevance
| /oneTBB/doc/main/tbb_userguide/ |
| H A D | Graph_Object.rst | 12 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 D | destroy_graphs_outside_main_thread.rst | 11 and wait for the graph to complete. For example, assume you really do 43 graph is complete.
|
| H A D | always_use_wait_for_all.rst | 9 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 D | Dependence_Graph.rst | 40 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 D | Nodes.rst | 98 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 D | Advanced_Example.rst | 37 The following code shows the complete function object.
|
| H A D | Mapping_Nodes2Tasks.rst | 36 messages in the order that they arrive. When all tasks are complete, the
|
| H A D | Lambda_Expressions.rst | 44 implemented C++11 features. It is worth reading more complete
|
| H A D | std_invoke.rst | 160 // Wait for the graph to complete 198 // Wait for the graph to complete
|
| H A D | work_isolation.rst | 11 group of tasks to complete might execute other available tasks. In
|
| H A D | Flow_Graph_Reservation.rst | 254 complete. The output of this code is
|
| /oneTBB/include/oneapi/tbb/ |
| H A D | task_group.h | 424 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 D | conformance_task_group.cpp | 238 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 D | Local_Serializer.rst | 191 that should complete before the next functor runs. 225 - A queue of WorkItem waiting for prior work to complete.
|
| H A D | Elementwise.rst | 14 and wait until all complete.
|
| H A D | Reference_Counting.rst | 91 writes complete before the object is deleted.
|
| H A D | Divide_and_Conquer.rst | 178 // Wait for recursive calls to complete
|
| H A D | GUI_Thread.rst | 41 waiting for the work to complete.
|
| /oneTBB/doc/GSG/ |
| H A D | next_steps.rst | 6 After installing oneTBB, complete the following steps to start working with the library.
|
| /oneTBB/test/tbb/ |
| H A D | test_task_group.cpp | 1083 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 D | Task_API.rst | 92 completes only when all functors passed to the parallel pattern complete their execution.
|
| /oneTBB/doc/ |
| H A D | Doxyfile.in | 328 # diagrams that involve STL classes more complete and accurate.
|