Home
last modified time | relevance | path

Searched refs:testGetWaitingThreads (Results 1 – 4 of 4) sorted by relevance

/libcore/jsr166-tests/src/test/java/jsr166/
DReentrantLockTest.java821 public void testGetWaitingThreads() { testGetWaitingThreads(false); } in testGetWaitingThreads() method in ReentrantLockTest
822 public void testGetWaitingThreads_fair() { testGetWaitingThreads(true); } in testGetWaitingThreads_fair()
823 public void testGetWaitingThreads(boolean fair) { in testGetWaitingThreads() method in ReentrantLockTest
DReentrantReadWriteLockTest.java1574 public void testGetWaitingThreads() { testGetWaitingThreads(false); } in testGetWaitingThreads() method in ReentrantReadWriteLockTest
1575 public void testGetWaitingThreads_fair() { testGetWaitingThreads(true); } in testGetWaitingThreads_fair()
1576 public void testGetWaitingThreads(boolean fair) { in testGetWaitingThreads() method in ReentrantReadWriteLockTest
DAbstractQueuedLongSynchronizerTest.java874 public void testGetWaitingThreads() {
DAbstractQueuedSynchronizerTest.java877 public void testGetWaitingThreads() {