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