Home
last modified time | relevance | path

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

/libcore/jsr166-tests/src/test/java/jsr166/
DReentrantReadWriteLockTest.java812 public void testReadTryLock_Timeout() { testReadTryLock_Timeout(false); } in testReadTryLock_Timeout() method in ReentrantReadWriteLockTest
813 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
DStampedLockTest.java554 public void testReadTryLock_Timeout() { in testReadTryLock_Timeout() method in StampedLockTest