Searched refs:prevCnt (Results 1 – 1 of 1) sorted by relevance
73 intptr_t prevCnt = active.load(std::memory_order_acquire); in wait() local75 if (prevCnt < 3) { in wait()76 if (active.compare_exchange_strong(prevCnt, prevCnt + 1)) { in wait()80 SpinWaitWhileEq(active, prevCnt); in wait()