Home
last modified time | relevance | path

Searched defs:testWriteLockInterruptibly (Results 1 – 4 of 4) sorted by relevance

/libcore/jsr166-tests/src/test/java/jsr166/
DStampedLockTest.java574 public void testWriteLockInterruptibly() throws InterruptedException { in testWriteLockInterruptibly() method in StampedLockTest
DReentrantReadWriteLockTest.java833 public void testWriteLockInterruptibly() { testWriteLockInterruptibly(false); } in testWriteLockInterruptibly() method in ReentrantReadWriteLockTest
835 public void testWriteLockInterruptibly(boolean fair) { in testWriteLockInterruptibly() method in ReentrantReadWriteLockTest
/libcore/ojluni/src/test/java/util/concurrent/tck/
DStampedLockTest.java676 public void testWriteLockInterruptibly() throws InterruptedException { in testWriteLockInterruptibly() method in StampedLockTest
DReentrantReadWriteLockTest.java856 public void testWriteLockInterruptibly() { testWriteLockInterruptibly(false); } in testWriteLockInterruptibly() method in ReentrantReadWriteLockTest
858 public void testWriteLockInterruptibly(boolean fair) { in testWriteLockInterruptibly() method in ReentrantReadWriteLockTest