Searched refs:finished (Results 1 – 6 of 6) sorted by relevance
998 std::atomic<bool> finished[2]{}; variable999 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()
66 // we reach here before n1 & n2 are finished
109 does not start until both B and E are finished. While a task is waiting
120 half finished.
25 …irections until the area hits an adjacent polygon. When this process is finished, the resulting ma…
66 When finished, the task posts an event to the GUI thread to indicate that the work is done.