Home
last modified time | relevance | path

Searched defs:testWriteTryLock_Interruptible (Results 1 – 2 of 2) sorted by relevance

/libcore/jsr166-tests/src/test/java/jsr166/
DStampedLockTest.java304 public void testWriteTryLock_Interruptible() throws InterruptedException { in testWriteTryLock_Interruptible() method in StampedLockTest
DReentrantReadWriteLockTest.java333 public void testWriteTryLock_Interruptible() { testWriteTryLock_Interruptible(false); } in testWriteTryLock_Interruptible() method in ReentrantReadWriteLockTest
335 public void testWriteTryLock_Interruptible(boolean fair) { in testWriteTryLock_Interruptible() method in ReentrantReadWriteLockTest