Searched refs:testReadTryLock_Timeout (Results 1 – 2 of 2) sorted by relevance
812 public void testReadTryLock_Timeout() { testReadTryLock_Timeout(false); } in testReadTryLock_Timeout() method in ReentrantReadWriteLockTest813 public void testReadTryLock_Timeout_fair() { testReadTryLock_Timeout(true); } in testReadTryLock_Timeout_fair()814 public void testReadTryLock_Timeout(boolean fair) { in testReadTryLock_Timeout() method in ReentrantReadWriteLockTest
554 public void testReadTryLock_Timeout() { in testReadTryLock_Timeout() method in StampedLockTest