Home
last modified time | relevance | path

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

/libcore/jsr166-tests/src/test/java/jsr166/
DReentrantReadWriteLockTest.java833 public void testWriteLockInterruptibly() { testWriteLockInterruptibly(false); } in testWriteLockInterruptibly() method in ReentrantReadWriteLockTest
834 public void testWriteLockInterruptibly_fair() { testWriteLockInterruptibly(true); } in testWriteLockInterruptibly_fair()
835 public void testWriteLockInterruptibly(boolean fair) { in testWriteLockInterruptibly() method in ReentrantReadWriteLockTest
DStampedLockTest.java574 public void testWriteLockInterruptibly() throws InterruptedException { in testWriteLockInterruptibly() method in StampedLockTest