Home
last modified time | relevance | path

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

/libcore/jsr166-tests/src/test/java/jsr166/
DReentrantReadWriteLockTest.java813 public void testReadTryLock_Timeout_fair() { testReadTryLock_Timeout(true); } in testReadTryLock_Timeout_fair() method in ReentrantReadWriteLockTest
/libcore/ojluni/src/test/java/util/concurrent/tck/
DReentrantReadWriteLockTest.java836 public void testReadTryLock_Timeout_fair() { testReadTryLock_Timeout(true); } in testReadTryLock_Timeout_fair() method in ReentrantReadWriteLockTest