Searched defs:getWaitingThreads (Results 1 – 9 of 9) sorted by relevance
120 protected java.util.Collection<java.lang.Thread> getWaitingThreads( in getWaitingThreads() method in ReentrantLock
776 protected Collection<Thread> getWaitingThreads(Condition condition) { in getWaitingThreads() method in ReentrantLock
1411 public final Collection<Thread> getWaitingThreads(ConditionObject condition) { in getWaitingThreads() method in AbstractQueuedSynchronizer1829 protected final Collection<Thread> getWaitingThreads() { in getWaitingThreads() method in AbstractQueuedSynchronizer.ConditionObject
1045 public final Collection<Thread> getWaitingThreads(ConditionObject condition) { in getWaitingThreads() method in AbstractQueuedLongSynchronizer1463 protected final Collection<Thread> getWaitingThreads() { in getWaitingThreads() method in AbstractQueuedLongSynchronizer.ConditionObject
1476 protected Collection<Thread> getWaitingThreads(Condition condition) { in getWaitingThreads() method in ReentrantReadWriteLock
71 public Collection<Thread> getWaitingThreads(Condition c) { in getWaitingThreads() method in ReentrantLockTest.PublicReentrantLock
72 public Collection<Thread> getWaitingThreads(Condition c) { in getWaitingThreads() method in ReentrantReadWriteLockTest.PublicReentrantReadWriteLock
94 public Collection<Thread> getWaitingThreads(Condition c) { in getWaitingThreads() method in ReentrantLockTest.PublicReentrantLock
95 public Collection<Thread> getWaitingThreads(Condition c) { in getWaitingThreads() method in ReentrantReadWriteLockTest.PublicReentrantReadWriteLock