Home
last modified time | relevance | path

Searched defs: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
333 public void testGetQueueLength(boolean fair) { in testGetQueueLength() method in SemaphoreTest
DReentrantLockTest.java250 public void testGetQueueLength() { testGetQueueLength(false); } in testGetQueueLength() method in ReentrantLockTest
252 public void testGetQueueLength(boolean fair) { in testGetQueueLength() method in ReentrantLockTest
DReentrantReadWriteLockTest.java1323 public void testGetQueueLength() { testGetQueueLength(false); } in testGetQueueLength() method in ReentrantReadWriteLockTest
1325 public void testGetQueueLength(boolean fair) { in testGetQueueLength() method in ReentrantReadWriteLockTest