Searched refs:kThinLockCountShift (Results 1 – 2 of 2) sorted by relevance
67 kThinLockCountShift = kThinLockOwnerSize + kThinLockOwnerShift, enumerator72 kStateShift = kThinLockCountSize + kThinLockCountShift,87 return LockWord((thread_id << kThinLockOwnerShift) | (count << kThinLockCountShift) | in FromThinLockId()
32 return (value_ >> kThinLockCountShift) & kThinLockCountMask; in ThinLockCount()