Home
last modified time | relevance | path

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

/libcore/jsr166-tests/src/test/java/jsr166/
DReentrantLockTest.java385 public void testTryLock_Timeout() { testTryLock_Timeout(false); } in testTryLock_Timeout() method in ReentrantLockTest
386 public void testTryLock_Timeout_fair() { testTryLock_Timeout(true); } in testTryLock_Timeout_fair()
387 public void testTryLock_Timeout(boolean fair) { in testTryLock_Timeout() method in ReentrantLockTest