Searched refs:cachedHoldCounter (Results 1 – 1 of 1) sorted by relevance
315 private transient HoldCounter cachedHoldCounter; field in ReentrantReadWriteLock.Sync424 HoldCounter rh = cachedHoldCounter; in tryReleaseShared()484 HoldCounter rh = cachedHoldCounter; in tryAcquireShared()487 cachedHoldCounter = rh = readHolds.get(); in tryAcquireShared()522 rh = cachedHoldCounter; in fullTryAcquireShared()544 rh = cachedHoldCounter; in fullTryAcquireShared()551 cachedHoldCounter = rh; // cache for release in fullTryAcquireShared()603 HoldCounter rh = cachedHoldCounter; in tryReadLock()606 cachedHoldCounter = rh = readHolds.get(); in tryReadLock()655 HoldCounter rh = cachedHoldCounter; in getReadHoldCount()