Searched refs:testReadTryLock_Timeout (Results 1 – 1 of 1) sorted by relevance
793 public void testReadTryLock_Timeout() { testReadTryLock_Timeout(false); } in testReadTryLock_Timeout() method in ReentrantReadWriteLockTest794 public void testReadTryLock_Timeout_fair() { testReadTryLock_Timeout(true); } in testReadTryLock_Timeout_fair()795 public void testReadTryLock_Timeout(boolean fair) { in testReadTryLock_Timeout() method in ReentrantReadWriteLockTest