Home
last modified time | relevance | path

Searched defs:testHasQueuedThread (Results 1 – 4 of 4) sorted by relevance

/libcore/ojluni/src/test/java/util/concurrent/tck/
DReentrantLockTest.java329 public void testHasQueuedThread() { testHasQueuedThread(false); } in testHasQueuedThread() method in ReentrantLockTest
331 public void testHasQueuedThread(boolean fair) { in testHasQueuedThread() method in ReentrantLockTest
DReentrantReadWriteLockTest.java1323 public void testHasQueuedThread() { testHasQueuedThread(false); } in testHasQueuedThread() method
1325 public void testHasQueuedThread(boolean fair) { in testHasQueuedThread() method
/libcore/jsr166-tests/src/test/java/jsr166/
DReentrantLockTest.java306 public void testHasQueuedThread() { testHasQueuedThread(false); } in testHasQueuedThread() method in ReentrantLockTest
308 public void testHasQueuedThread(boolean fair) { in testHasQueuedThread() method in ReentrantLockTest
DReentrantReadWriteLockTest.java1303 public void testHasQueuedThread() { testHasQueuedThread(false); } in testHasQueuedThread() method in ReentrantReadWriteLockTest
1305 public void testHasQueuedThread(boolean fair) { in testHasQueuedThread() method in ReentrantReadWriteLockTest