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
1086 public final Collection<Thread> getWaitingThreads(ConditionObject condition) { in getWaitingThreads() method in AbstractQueuedLongSynchronizer1542 protected final Collection<Thread> getWaitingThreads() { in getWaitingThreads() method in AbstractQueuedLongSynchronizer.ConditionObject
1463 public final Collection<Thread> getWaitingThreads(ConditionObject condition) { in getWaitingThreads() method in AbstractQueuedSynchronizer1919 protected final Collection<Thread> getWaitingThreads() { in getWaitingThreads() method in AbstractQueuedSynchronizer.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
106 public Collection<Thread> getWaitingThreads(Condition c) { in getWaitingThreads() method in ReentrantLockTest.PublicReentrantLock
107 public Collection<Thread> getWaitingThreads(Condition c) { in getWaitingThreads() method in ReentrantReadWriteLockTest.PublicReentrantReadWriteLock