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

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

Completed in 6 milliseconds