Home
last modified time | relevance | path

Searched refs:cachedHoldCounter (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/util/concurrent/locks/
DReentrantReadWriteLock.java315 private transient HoldCounter cachedHoldCounter; field in ReentrantReadWriteLock.Sync
424 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()