Searched refs:testWriteTryLock_Interruptible (Results 1 – 2 of 2) sorted by relevance
333 public void testWriteTryLock_Interruptible() { testWriteTryLock_Interruptible(false); } in testWriteTryLock_Interruptible() method in ReentrantReadWriteLockTest334 public void testWriteTryLock_Interruptible_fair() { testWriteTryLock_Interruptible(true); } in testWriteTryLock_Interruptible_fair()335 public void testWriteTryLock_Interruptible(boolean fair) { in testWriteTryLock_Interruptible() method in ReentrantReadWriteLockTest
304 public void testWriteTryLock_Interruptible() throws InterruptedException { in testWriteTryLock_Interruptible() method in StampedLockTest