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

  /libcore/ojluni/src/main/java/java/util/concurrent/locks/
ReentrantReadWriteLock.java 278 static final class HoldCounter {
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 rh = cachedHoldCounter
    [all...]
  /frameworks/base/
compiled-classes-phone     [all...]

Completed in 497 milliseconds