Searched defs:getQueueLength (Results 1 – 6 of 6) sorted by relevance
/libcore/ojluni/annotations/hiddenapi/java/util/concurrent/locks/ | ||
D | ReentrantLock.java | 104 public final int getQueueLength() { in getQueueLength() method in ReentrantLock |
/libcore/ojluni/src/main/java/java/util/concurrent/locks/ | ||
D | ReentrantLock.java | 666 public final int getQueueLength() { in getQueueLength() method in ReentrantLock |
D | ReentrantReadWriteLock.java | 1385 public final int getQueueLength() { in getQueueLength() method in ReentrantReadWriteLock |
D | AbstractQueuedLongSynchronizer.java | 1091 public final int getQueueLength() { in getQueueLength() method in AbstractQueuedLongSynchronizer |
D | AbstractQueuedSynchronizer.java | 1565 public final int getQueueLength() { in getQueueLength() method in AbstractQueuedSynchronizer |
/libcore/ojluni/src/main/java/java/util/concurrent/ | ||
D | Semaphore.java | 689 public final int getQueueLength() { in getQueueLength() method in Semaphore |