Searched defs:HoldCounter (Results 1 - 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/util/concurrent/locks/
H A DReentrantReadWriteLock.java278 static final class HoldCounter { class in class:ReentrantReadWriteLock.Sync
289 extends ThreadLocal<HoldCounter> {
290 public HoldCounter initialValue() {
291 return new HoldCounter();
316 private transient HoldCounter cachedHoldCounter;
423 HoldCounter rh = cachedHoldCounter;
481 HoldCounter rh = cachedHoldCounter;
504 HoldCounter rh = null;
595 HoldCounter rh = cachedHoldCounter;
646 HoldCounter r
[all...]

Completed in 62 milliseconds