Home
last modified time | relevance | path

Searched defs:testAwait (Results 1 – 3 of 3) 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
587 public void testAwait(boolean fair) { in testAwait() method in ReentrantLockTest
DReentrantReadWriteLockTest.java989 public void testAwait() { testAwait(false); } in testAwait() method in ReentrantReadWriteLockTest
991 public void testAwait(boolean fair) { in testAwait() method in ReentrantReadWriteLockTest