Searched refs:testHasQueuedThread (Results 1 – 2 of 2) sorted by relevance
288 public void testHasQueuedThread() { testHasQueuedThread(false); } in testHasQueuedThread() method in ReentrantLockTest289 public void testHasQueuedThread_fair() { testHasQueuedThread(true); } in testHasQueuedThread_fair()290 public void testHasQueuedThread(boolean fair) { in testHasQueuedThread() method in ReentrantLockTest
1292 public void testHasQueuedThread() { testHasQueuedThread(false); } in testHasQueuedThread() method in ReentrantReadWriteLockTest1293 public void testHasQueuedThread_fair() { testHasQueuedThread(true); } in testHasQueuedThread_fair()1294 public void testHasQueuedThread(boolean fair) { in testHasQueuedThread() method in ReentrantReadWriteLockTest