Searched defs:getQueueLength (Results 1 – 5 of 5) sorted by relevance
/libcore/luni/src/main/java/java/util/concurrent/locks/ | ||
D | ReentrantLock.java | 629 public final int getQueueLength() { in getQueueLength() method in ReentrantLock |
D | ReentrantReadWriteLock.java | 1350 public final int getQueueLength() { in getQueueLength() method in ReentrantReadWriteLock |
D | AbstractQueuedSynchronizer.java | 1513 public final int getQueueLength() { in getQueueLength() method in AbstractQueuedSynchronizer |
D | AbstractQueuedLongSynchronizer.java | 1283 public final int getQueueLength() { in getQueueLength() method in AbstractQueuedLongSynchronizer |
/libcore/luni/src/main/java/java/util/concurrent/ | ||
D | Semaphore.java | 650 public final int getQueueLength() { in getQueueLength() method in Semaphore |