Home
last modified time | relevance | path

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

/libcore/jsr166-tests/src/test/java/jsr166/
DReentrantLockTest.java422 public void testIsLocked() { testIsLocked(false); } in testIsLocked() method in ReentrantLockTest
423 public void testIsLocked_fair() { testIsLocked(true); } in testIsLocked_fair()
424 public void testIsLocked(boolean fair) { in testIsLocked() method in ReentrantLockTest