Home
last modified time | relevance | path

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

/libcore/jsr166-tests/src/test/java/jsr166/
DReentrantReadWriteLockTest.java314 public void testWriteTryLock_Interruptible() { testWriteTryLock_Interruptible(false); } in testWriteTryLock_Interruptible() method in ReentrantReadWriteLockTest
315 public void testWriteTryLock_Interruptible_fair() { testWriteTryLock_Interruptible(true); } in testWriteTryLock_Interruptible_fair()
316 public void testWriteTryLock_Interruptible(boolean fair) { in testWriteTryLock_Interruptible() method in ReentrantReadWriteLockTest