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.java344 public void testGetQueueLength() { testGetQueueLength(false); } in testGetQueueLength() method in SemaphoreTest
345 public void testGetQueueLength_fair() { testGetQueueLength(true); } in testGetQueueLength_fair()
346 public void testGetQueueLength(boolean fair) { in testGetQueueLength() method in SemaphoreTest
DReentrantLockTest.java268 public void testGetQueueLength() { testGetQueueLength(false); } in testGetQueueLength() method in ReentrantLockTest
269 public void testGetQueueLength_fair() { testGetQueueLength(true); } in testGetQueueLength_fair()
270 public void testGetQueueLength(boolean fair) { in testGetQueueLength() method in ReentrantLockTest
DReentrantReadWriteLockTest.java1334 public void testGetQueueLength() { testGetQueueLength(false); } in testGetQueueLength() method in ReentrantReadWriteLockTest
1335 public void testGetQueueLength_fair() { testGetQueueLength(true); } in testGetQueueLength_fair()
1336 public void testGetQueueLength(boolean fair) { in testGetQueueLength() method in ReentrantReadWriteLockTest