Searched refs:myLifeTimeGuard (Results 1 – 1 of 1) sorted by relevance
96 std::atomic<size_type> myLifeTimeGuard; variable111 while (myLifeTimeGuard.load(std::memory_order_acquire)) {} in ~SpinBarrier()123 myLifeTimeGuard = 0;141 myLifeTimeGuard.fetch_sub(1, std::memory_order_release); in customWait()150 myLifeTimeGuard.fetch_add(myNumThreads - 1, std::memory_order_relaxed); in customWait()