Home
last modified time | relevance | path

Searched defs: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
211 public void testTryLock(boolean fair) { in testTryLock() method in ReentrantLockTest