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.java331 public void testGetQueueLength() { testGetQueueLength(false); } in testGetQueueLength() method in SemaphoreTest
332 public void testGetQueueLength_fair() { testGetQueueLength(true); } in testGetQueueLength_fair()
333 public void testGetQueueLength(boolean fair) { in testGetQueueLength() method in SemaphoreTest
DReentrantLockTest.java250 public void testGetQueueLength() { testGetQueueLength(false); } in testGetQueueLength() method in ReentrantLockTest
251 public void testGetQueueLength_fair() { testGetQueueLength(true); } in testGetQueueLength_fair()
252 public void testGetQueueLength(boolean fair) { in testGetQueueLength() method in ReentrantLockTest
DReentrantReadWriteLockTest.java1323 public void testGetQueueLength() { testGetQueueLength(false); } in testGetQueueLength() method in ReentrantReadWriteLockTest
1324 public void testGetQueueLength_fair() { testGetQueueLength(true); } in testGetQueueLength_fair()
1325 public void testGetQueueLength(boolean fair) { in testGetQueueLength() method in ReentrantReadWriteLockTest