Searched refs:testGetQueueLength (Results 1 – 3 of 3) sorted by relevance
343 public void testGetQueueLength() { testGetQueueLength(false); } in testGetQueueLength() method in SemaphoreTest344 public void testGetQueueLength_fair() { testGetQueueLength(true); } in testGetQueueLength_fair()345 public void testGetQueueLength(boolean fair) { in testGetQueueLength() method in SemaphoreTest
266 public void testGetQueueLength() { testGetQueueLength(false); } in testGetQueueLength() method in ReentrantLockTest267 public void testGetQueueLength_fair() { testGetQueueLength(true); } in testGetQueueLength_fair()268 public void testGetQueueLength(boolean fair) { in testGetQueueLength() method in ReentrantLockTest
1332 public void testGetQueueLength() { testGetQueueLength(false); } in testGetQueueLength() method in ReentrantReadWriteLockTest1333 public void testGetQueueLength_fair() { testGetQueueLength(true); } in testGetQueueLength_fair()1334 public void testGetQueueLength(boolean fair) { in testGetQueueLength() method in ReentrantReadWriteLockTest