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.java881 public void testAwaitUninterruptibly() { testAwaitUninterruptibly(false); } in testAwaitUninterruptibly() method in ReentrantLockTest
883 public void testAwaitUninterruptibly(boolean fair) { in testAwaitUninterruptibly() method in ReentrantLockTest
DReentrantReadWriteLockTest.java1006 public void testAwaitUninterruptibly() { testAwaitUninterruptibly(false); } in testAwaitUninterruptibly() method in ReentrantReadWriteLockTest
1008 public void testAwaitUninterruptibly(boolean fair) { in testAwaitUninterruptibly() method in ReentrantReadWriteLockTest