Home
last modified time | relevance | path

Searched refs:testGetQueueLength (Results 1 – 3 of 3) sorted by relevance

/libcore/jsr166-tests/src/test/java/jsr166/
DSemaphoreTest.java343 public void testGetQueueLength() { testGetQueueLength(false); } in testGetQueueLength() method in SemaphoreTest
344 public void testGetQueueLength_fair() { testGetQueueLength(true); } in testGetQueueLength_fair()
345 public void testGetQueueLength(boolean fair) { in testGetQueueLength() method in SemaphoreTest
DReentrantLockTest.java266 public void testGetQueueLength() { testGetQueueLength(false); } in testGetQueueLength() method in ReentrantLockTest
267 public void testGetQueueLength_fair() { testGetQueueLength(true); } in testGetQueueLength_fair()
268 public void testGetQueueLength(boolean fair) { in testGetQueueLength() method in ReentrantLockTest
DReentrantReadWriteLockTest.java1332 public void testGetQueueLength() { testGetQueueLength(false); } in testGetQueueLength() method in ReentrantReadWriteLockTest
1333 public void testGetQueueLength_fair() { testGetQueueLength(true); } in testGetQueueLength_fair()
1334 public void testGetQueueLength(boolean fair) { in testGetQueueLength() method in ReentrantReadWriteLockTest