Home
last modified time | relevance | path

Searched defs:testWriteTryLock_Interruptible (Results 1 – 3 of 3) 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
/libcore/ojluni/src/test/java/util/concurrent/tck/
DReentrantReadWriteLockTest.java356 public void testWriteTryLock_Interruptible() { testWriteTryLock_Interruptible(false); } in testWriteTryLock_Interruptible() method in ReentrantReadWriteLockTest
358 public void testWriteTryLock_Interruptible(boolean fair) { in testWriteTryLock_Interruptible() method in ReentrantReadWriteLockTest