Searched refs:kEpochShift (Results 1 – 1 of 1) sorted by relevance
78 (((w->epoch & kWaiterMask) >> kWaiterShift) << kEpochShift); in CommitWait()109 (((w->epoch & kWaiterMask) >> kWaiterShift) << kEpochShift); in CancelWait()198 static const uint64_t kEpochShift = 32; variable199 static const uint64_t kEpochMask = ((1ull << kEpochBits) - 1) << kEpochShift;200 static const uint64_t kEpochInc = 1ull << kEpochShift;