Searched refs:myNumThreadsFinished (Results 1 – 1 of 1) sorted by relevance
93 std::atomic<size_type> myNumThreadsFinished; // reached the barrier in this epoch variable120 myNumThreadsFinished = 0;136 …int threadsLeft = static_cast<int>(myNumThreads - myNumThreadsFinished.fetch_add(1, std::memory_or… in customWait()145 …threadsLeft = static_cast<int>(myNumThreadsFinished.fetch_sub(myNumThreads, std::memory_order_acqu… in customWait()