Searched refs:testGetQueueLength (Results 1 – 3 of 3) sorted by relevance
331 public void testGetQueueLength() { testGetQueueLength(false); } in testGetQueueLength() method in SemaphoreTest332 public void testGetQueueLength_fair() { testGetQueueLength(true); } in testGetQueueLength_fair()333 public void testGetQueueLength(boolean fair) { in testGetQueueLength() method in SemaphoreTest
250 public void testGetQueueLength() { testGetQueueLength(false); } in testGetQueueLength() method in ReentrantLockTest251 public void testGetQueueLength_fair() { testGetQueueLength(true); } in testGetQueueLength_fair()252 public void testGetQueueLength(boolean fair) { in testGetQueueLength() method in ReentrantLockTest
1323 public void testGetQueueLength() { testGetQueueLength(false); } in testGetQueueLength() method in ReentrantReadWriteLockTest1324 public void testGetQueueLength_fair() { testGetQueueLength(true); } in testGetQueueLength_fair()1325 public void testGetQueueLength(boolean fair) { in testGetQueueLength() method in ReentrantReadWriteLockTest