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 | 694 public final int getQueueLength() { in getQueueLength() method in ReentrantLock |
D | ReentrantReadWriteLock.java | 1394 public final int getQueueLength() { in getQueueLength() method in ReentrantReadWriteLock |
D | AbstractQueuedLongSynchronizer.java | 927 public final int getQueueLength() { in getQueueLength() method in AbstractQueuedLongSynchronizer |
D | AbstractQueuedSynchronizer.java | 1304 public final int getQueueLength() { in getQueueLength() method in AbstractQueuedSynchronizer |
/libcore/ojluni/src/main/java/java/util/concurrent/ | ||
D | Semaphore.java | 692 public final int getQueueLength() { in getQueueLength() method in Semaphore |