Searched refs:testWriteTryLock_Timeout (Results 1 – 3 of 3) sorted by relevance
791 public void testWriteTryLock_Timeout() { testWriteTryLock_Timeout(false); } in testWriteTryLock_Timeout() method in ReentrantReadWriteLockTest792 public void testWriteTryLock_Timeout_fair() { testWriteTryLock_Timeout(true); } in testWriteTryLock_Timeout_fair()793 public void testWriteTryLock_Timeout(boolean fair) { in testWriteTryLock_Timeout() method in ReentrantReadWriteLockTest
535 public void testWriteTryLock_Timeout() { in testWriteTryLock_Timeout() method in StampedLockTest
814 public void testWriteTryLock_Timeout() { testWriteTryLock_Timeout(false); } in testWriteTryLock_Timeout() method in ReentrantReadWriteLockTest815 public void testWriteTryLock_Timeout_fair() { testWriteTryLock_Timeout(true); } in testWriteTryLock_Timeout_fair()816 public void testWriteTryLock_Timeout(boolean fair) { in testWriteTryLock_Timeout() method in ReentrantReadWriteLockTest