Home
last modified time | relevance | path

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

/libcore/jsr166-tests/src/test/java/jsr166/
DReentrantLockTest.java209 public void testTryLock() { testTryLock(false); } in testTryLock() method in ReentrantLockTest
210 public void testTryLock_fair() { testTryLock(true); } in testTryLock_fair()
211 public void testTryLock(boolean fair) { in testTryLock() method in ReentrantLockTest