Home
last modified time | relevance | path

Searched defs:testGetQueueLength (Results 1 – 6 of 6) sorted by relevance

/libcore/jsr166-tests/src/test/java/jsr166/
DSemaphoreTest.java344 public void testGetQueueLength() { testGetQueueLength(false); } in testGetQueueLength() method in SemaphoreTest
346 public void testGetQueueLength(boolean fair) { in testGetQueueLength() method in SemaphoreTest
DReentrantLockTest.java268 public void testGetQueueLength() { testGetQueueLength(false); } in testGetQueueLength() method in ReentrantLockTest
270 public void testGetQueueLength(boolean fair) { in testGetQueueLength() method in ReentrantLockTest
DReentrantReadWriteLockTest.java1334 public void testGetQueueLength() { testGetQueueLength(false); } in testGetQueueLength() method in ReentrantReadWriteLockTest
1336 public void testGetQueueLength(boolean fair) { in testGetQueueLength() method in ReentrantReadWriteLockTest
/libcore/ojluni/src/test/java/util/concurrent/tck/
DSemaphoreTest.java403 public void testGetQueueLength() { testGetQueueLength(false); } in testGetQueueLength() method in SemaphoreTest
406 private void testGetQueueLength(boolean fair) { in testGetQueueLength() method in SemaphoreTest
DReentrantLockTest.java313 public void testGetQueueLength() { testGetQueueLength(false); } in testGetQueueLength() method in ReentrantLockTest
316 private void testGetQueueLength(boolean fair) { in testGetQueueLength() method in ReentrantLockTest
DReentrantReadWriteLockTest.java1469 public void testGetQueueLength() { testGetQueueLength(false); } in testGetQueueLength() method
1472 private void testGetQueueLength(boolean fair) { in testGetQueueLength() method