Home
last modified time | relevance | path

Searched refs:kEpochShift (Results 1 – 1 of 1) sorted by relevance

/external/eigen/unsupported/Eigen/CXX11/src/ThreadPool/
DEventCount.h78 (((w->epoch & kWaiterMask) >> kWaiterShift) << kEpochShift); in CommitWait()
109 (((w->epoch & kWaiterMask) >> kWaiterShift) << kEpochShift); in CancelWait()
198 static const uint64_t kEpochShift = 32; variable
199 static const uint64_t kEpochMask = ((1ull << kEpochBits) - 1) << kEpochShift;
200 static const uint64_t kEpochInc = 1ull << kEpochShift;