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

/openjdk7/jdk/src/share/classes/java/util/concurrent/locks/
H A DReentrantReadWriteLock.java277 * Maintained as a ThreadLocal; cached in cachedHoldCounter
317 private transient HoldCounter cachedHoldCounter; field in class:ReentrantReadWriteLock.Sync
424 HoldCounter rh = cachedHoldCounter;
482 HoldCounter rh = cachedHoldCounter;
484 cachedHoldCounter = rh = readHolds.get();
519 rh = cachedHoldCounter;
540 rh = cachedHoldCounter;
546 cachedHoldCounter = rh; // cache for release
596 HoldCounter rh = cachedHoldCounter;
598 cachedHoldCounter
[all...]

Completed in 133 milliseconds