Searched refs:testWriteLockInterruptibly (Results 1 – 2 of 2) sorted by relevance
833 public void testWriteLockInterruptibly() { testWriteLockInterruptibly(false); } in testWriteLockInterruptibly() method in ReentrantReadWriteLockTest834 public void testWriteLockInterruptibly_fair() { testWriteLockInterruptibly(true); } in testWriteLockInterruptibly_fair()835 public void testWriteLockInterruptibly(boolean fair) { in testWriteLockInterruptibly() method in ReentrantReadWriteLockTest
574 public void testWriteLockInterruptibly() throws InterruptedException { in testWriteLockInterruptibly() method in StampedLockTest