Searched refs:kWaiterInc (Results 1 – 1 of 1) sorted by relevance
68 w->epoch = state_.fetch_add(kWaiterInc, std::memory_order_relaxed); in Prewait()92 uint64_t newstate = state - kWaiterInc + kEpochInc; in CommitWait()123 if (state_.compare_exchange_weak(state, state - kWaiterInc + kEpochInc, in CancelWait()145 newstate = state + kEpochInc - kWaiterInc; in Notify()196 static const uint64_t kWaiterInc = 1ull << kWaiterBits; variable