Home
last modified time | relevance | path

Searched defs:getHoldCount (Results 1 – 2 of 2) sorted by relevance

/libcore/luni/src/main/java/java/util/concurrent/locks/
DReentrantLock.java148 final int getHoldCount() { in getHoldCount() method in ReentrantLock.Sync
503 public int getHoldCount() { in getHoldCount() method in ReentrantLock
DReentrantReadWriteLock.java1191 public int getHoldCount() { in getHoldCount() method in ReentrantReadWriteLock.WriteLock