Home
last modified time | relevance | path

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

/libcore/jsr166-tests/src/test/java/jsr166/
DCountDownLatchTest.java53 public void testAwait() { in testAwait() method in CountDownLatchTest
DReentrantLockTest.java577 public void testAwait() { testAwait(false); } in testAwait() method in ReentrantLockTest
578 public void testAwait_fair() { testAwait(true); } in testAwait_fair()
579 public void testAwait(boolean fair) { in testAwait() method in ReentrantLockTest
DReentrantReadWriteLockTest.java978 public void testAwait() { testAwait(false); } in testAwait() method in ReentrantReadWriteLockTest
979 public void testAwait_fair() { testAwait(true); } in testAwait_fair()
980 public void testAwait(boolean fair) { in testAwait() method in ReentrantReadWriteLockTest