HomeSort by relevance Sort by last modified time
    Searched full:cachedholdcounter (Results 1 - 1 of 1) sorted by null

  /libcore/luni/src/main/java/java/util/concurrent/locks/
ReentrantReadWriteLock.java 247 * Maintained as a ThreadLocal; cached in cachedHoldCounter
287 private transient HoldCounter cachedHoldCounter;
394 HoldCounter rh = cachedHoldCounter;
452 HoldCounter rh = cachedHoldCounter;
454 cachedHoldCounter = rh = readHolds.get();
489 rh = cachedHoldCounter;
510 rh = cachedHoldCounter;
516 cachedHoldCounter = rh; // cache for release
566 HoldCounter rh = cachedHoldCounter;
568 cachedHoldCounter = rh = readHolds.get()
    [all...]

Completed in 614 milliseconds