Home
last modified time | relevance | path

Searched defs:testGetWaitingThreads (Results 1 – 2 of 2) sorted by relevance

/libcore/jsr166-tests/src/test/java/jsr166/
DReentrantLockTest.java829 public void testGetWaitingThreads() { testGetWaitingThreads(false); } in testGetWaitingThreads() method in ReentrantLockTest
831 public void testGetWaitingThreads(boolean fair) { in testGetWaitingThreads() method in ReentrantLockTest
DReentrantReadWriteLockTest.java1585 public void testGetWaitingThreads() { testGetWaitingThreads(false); } in testGetWaitingThreads() method in ReentrantReadWriteLockTest
1587 public void testGetWaitingThreads(boolean fair) { in testGetWaitingThreads() method in ReentrantReadWriteLockTest