Searched refs:kThinLockCountMask (Results 1 – 2 of 2) sorted by relevance
89 kThinLockCountMask = (1 << kThinLockCountSize) - 1, enumerator90 kThinLockMaxCount = kThinLockCountMask,92 kThinLockCountMaskShifted = kThinLockCountMask << kThinLockCountShift,
34 return (value_ >> kThinLockCountShift) & kThinLockCountMask; in ThinLockCount()