Home
last modified time | relevance | path

Searched defs:testAwaitUninterruptibly (Results 1 – 2 of 2) sorted by relevance

/libcore/jsr166-tests/src/test/java/jsr166/
DReentrantLockTest.java889 public void testAwaitUninterruptibly() { testAwaitUninterruptibly(false); } in testAwaitUninterruptibly() method in ReentrantLockTest
891 public void testAwaitUninterruptibly(boolean fair) { in testAwaitUninterruptibly() method in ReentrantLockTest
DReentrantReadWriteLockTest.java1017 public void testAwaitUninterruptibly() { testAwaitUninterruptibly(false); } in testAwaitUninterruptibly() method in ReentrantReadWriteLockTest
1019 public void testAwaitUninterruptibly(boolean fair) { in testAwaitUninterruptibly() method in ReentrantReadWriteLockTest