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