Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/java/util/concurrent/locks/
DReentrantLock.java686 public int getWaitQueueLength(Condition condition) { in getWaitQueueLength() method in ReentrantLock
DAbstractQueuedSynchronizer.java1764 public final int getWaitQueueLength(ConditionObject condition) { in getWaitQueueLength() method in AbstractQueuedSynchronizer
2193 protected final int getWaitQueueLength() { in getWaitQueueLength() method in AbstractQueuedSynchronizer.ConditionObject
DAbstractQueuedLongSynchronizer.java1534 public final int getWaitQueueLength(ConditionObject condition) { in getWaitQueueLength() method in AbstractQueuedLongSynchronizer
1965 protected final int getWaitQueueLength() { in getWaitQueueLength() method in AbstractQueuedLongSynchronizer.ConditionObject
DReentrantReadWriteLock.java1407 public int getWaitQueueLength(Condition condition) { in getWaitQueueLength() method in ReentrantReadWriteLock