Home
last modified time | relevance | path

Searched defs:getWaitQueueLength (Results 1 – 5 of 5) sorted by relevance

/libcore/ojluni/annotations/hiddenapi/java/util/concurrent/locks/
DReentrantLock.java116 public int getWaitQueueLength(java.util.concurrent.locks.Condition condition) { in getWaitQueueLength() method in ReentrantLock
/libcore/ojluni/src/main/java/java/util/concurrent/locks/
DReentrantLock.java723 public int getWaitQueueLength(Condition condition) { in getWaitQueueLength() method in ReentrantLock
DAbstractQueuedLongSynchronizer.java1339 public final int getWaitQueueLength(ConditionObject condition) { in getWaitQueueLength() method in AbstractQueuedLongSynchronizer
1778 protected final int getWaitQueueLength() { in getWaitQueueLength() method in AbstractQueuedLongSynchronizer.ConditionObject
DAbstractQueuedSynchronizer.java1813 public final int getWaitQueueLength(ConditionObject condition) { in getWaitQueueLength() method in AbstractQueuedSynchronizer
2250 protected final int getWaitQueueLength() { in getWaitQueueLength() method in AbstractQueuedSynchronizer.ConditionObject
DReentrantReadWriteLock.java1442 public int getWaitQueueLength(Condition condition) { in getWaitQueueLength() method in ReentrantReadWriteLock