Searched refs:testLockInterruptibly (Results 1 – 1 of 1) sorted by relevance
459 public void testLockInterruptibly() { testLockInterruptibly(false); } in testLockInterruptibly() method in ReentrantLockTest460 public void testLockInterruptibly_fair() { testLockInterruptibly(true); } in testLockInterruptibly_fair()461 public void testLockInterruptibly(boolean fair) { in testLockInterruptibly() method in ReentrantLockTest