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