Home
last modified time | relevance | path

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

/libcore/jsr166-tests/src/test/java/jsr166/
DReentrantLockTest.java404 public void testTryLock_Timeout_fair() { testTryLock_Timeout(true); } in testTryLock_Timeout_fair() method in ReentrantLockTest
/libcore/ojluni/src/test/java/util/concurrent/tck/
DReentrantLockTest.java427 public void testTryLock_Timeout_fair() { testTryLock_Timeout(true); } in testTryLock_Timeout_fair() method in ReentrantLockTest