Home
last modified time | relevance | path

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

/libcore/jsr166-tests/src/test/java/jsr166/
DReentrantLockTest.java475 public void testLockInterruptibly() { testLockInterruptibly(false); } in testLockInterruptibly() method in ReentrantLockTest
477 public void testLockInterruptibly(boolean fair) { in testLockInterruptibly() method in ReentrantLockTest
/libcore/ojluni/src/test/java/util/concurrent/tck/
DReentrantLockTest.java498 public void testLockInterruptibly() { testLockInterruptibly(false); } in testLockInterruptibly() method in ReentrantLockTest
500 public void testLockInterruptibly(boolean fair) { in testLockInterruptibly() method in ReentrantLockTest