Home
last modified time | relevance | path

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

/libcore/jsr166-tests/src/test/java/jsr166/
DReentrantReadWriteLockTest.java856 public void testReadLockInterruptibly() { testReadLockInterruptibly(false); } in testReadLockInterruptibly() method in ReentrantReadWriteLockTest
857 public void testReadLockInterruptibly_fair() { testReadLockInterruptibly(true); } in testReadLockInterruptibly_fair()
858 public void testReadLockInterruptibly(boolean fair) { in testReadLockInterruptibly() method in ReentrantReadWriteLockTest
DStampedLockTest.java595 public void testReadLockInterruptibly() throws InterruptedException { in testReadLockInterruptibly() method in StampedLockTest