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

/libcore/jsr166-tests/src/test/java/jsr166/
H A DReentrantReadWriteLockTest.java353 public void testReadLockInterruptibly_Interruptible() { testReadLockInterruptibly_Interruptible(false); } method in class:ReentrantReadWriteLockTest
354 public void testReadLockInterruptibly_Interruptible_fair() { testReadLockInterruptibly_Interruptible(true); }
355 public void testReadLockInterruptibly_Interruptible(boolean fair) { method in class:ReentrantReadWriteLockTest
H A DStampedLockTest.java324 public void testReadLockInterruptibly_Interruptible() method in class:StampedLockTest

Completed in 16 milliseconds