HomeSort by relevance Sort by last modified time
    Searched refs:HoldCounter (Results 1 - 2 of 2) sorted by null

  /libcore/luni/src/main/java/java/util/concurrent/locks/
ReentrantReadWriteLock.java 249 static final class HoldCounter {
260 extends ThreadLocal<HoldCounter> {
261 public HoldCounter initialValue() {
262 return new HoldCounter();
287 private transient HoldCounter cachedHoldCounter;
394 HoldCounter rh = cachedHoldCounter;
452 HoldCounter rh = cachedHoldCounter;
475 HoldCounter rh = null;
566 HoldCounter rh = cachedHoldCounter;
617 HoldCounter rh = cachedHoldCounter
    [all...]
  /frameworks/base/
compiled-classes-phone     [all...]

Completed in 56 milliseconds