Home
last modified time | relevance | path

Searched refs:testAwait (Results 1 – 6 of 6) sorted by relevance

/libcore/jsr166-tests/src/test/java/jsr166/
DCountDownLatchTest.java64 public void testAwait() { in testAwait() method in CountDownLatchTest
DReentrantLockTest.java585 public void testAwait() { testAwait(false); } in testAwait() method in ReentrantLockTest
586 public void testAwait_fair() { testAwait(true); } in testAwait_fair()
587 public void testAwait(boolean fair) { in testAwait() method in ReentrantLockTest
DReentrantReadWriteLockTest.java989 public void testAwait() { testAwait(false); } in testAwait() method in ReentrantReadWriteLockTest
990 public void testAwait_fair() { testAwait(true); } in testAwait_fair()
991 public void testAwait(boolean fair) { in testAwait() method in ReentrantReadWriteLockTest
/libcore/ojluni/src/test/java/util/concurrent/tck/
DCountDownLatchTest.java87 public void testAwait() { in testAwait() method in CountDownLatchTest
DReentrantLockTest.java608 public void testAwait() { testAwait(false); } in testAwait() method
609 public void testAwait_fair() { testAwait(true); } in testAwait_fair()
610 public void testAwait(boolean fair) { in testAwait() method
DReentrantReadWriteLockTest.java1009 public void testAwait() { testAwait(false); } in testAwait() method
1010 public void testAwait_fair() { testAwait(true); } in testAwait_fair()
1011 public void testAwait(boolean fair) { in testAwait() method