Home
last modified time | relevance | path

Searched refs:finished (Results 1 – 6 of 6) sorted by relevance

/oneTBB/test/tbb/
H A Dtest_task_group.cpp998 std::atomic<bool> finished[2]{}; variable
999 finished[0] = false; finished[1] = false;
1001 a.enqueue([i, &tg, &finished, &barrier] { in __anoneb262a490f02()
1007 finished[i] = true; in __anoneb262a490f02()
1012 a.execute([idx, &tg, &finished] { in __anoneb262a491102()
1014 while (!finished[idx%2]) { in __anoneb262a491102()
/oneTBB/doc/main/tbb_userguide/
H A Dcommunicate_with_nodes.rst66 // we reach here before n1 & n2 are finished
H A DDependence_Graph.rst109 does not start until both B and E are finished. While a task is waiting
H A Dparallel_reduce.rst120 half finished.
/oneTBB/examples/parallel_for/polygon_overlay/
H A DREADME.md25 …irections until the area hits an adjacent polygon. When this process is finished, the resulting ma…
/oneTBB/doc/main/tbb_userguide/design_patterns/
H A DGUI_Thread.rst66 When finished, the task posts an event to the GUI thread to indicate that the work is done.