Home
last modified time | relevance | path

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

/libcore/jsr166-tests/src/test/java/jsr166/
DReentrantLockTest.java475 public void testLockInterruptibly() { testLockInterruptibly(false); } in testLockInterruptibly() method in ReentrantLockTest
476 public void testLockInterruptibly_fair() { testLockInterruptibly(true); } in testLockInterruptibly_fair()
477 public void testLockInterruptibly(boolean fair) { in testLockInterruptibly() method in ReentrantLockTest