Searched refs:sharedCount (Results 1 – 1 of 1) sorted by relevance
270 static int sharedCount(int c) { return c >>> SHARED_SHIFT; } in sharedCount() method in ReentrantReadWriteLock.Sync471 int r = sharedCount(c); in tryAcquireShared()529 if (sharedCount(c) == MAX_COUNT) in fullTryAcquireShared()532 if (sharedCount(c) == 0) { in fullTryAcquireShared()585 int r = sharedCount(c); in tryReadLock()627 return sharedCount(getState()); in getReadLockCount()1487 int r = Sync.sharedCount(c); in toString()