Home
last modified time | relevance | path

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

/libcore/jsr166-tests/src/test/java/jsr166/
DReentrantLockTest.java440 public void testIsLocked() { testIsLocked(false); } in testIsLocked() method in ReentrantLockTest
441 public void testIsLocked_fair() { testIsLocked(true); } in testIsLocked_fair()
442 public void testIsLocked(boolean fair) { in testIsLocked() method in ReentrantLockTest
/libcore/ojluni/src/test/java/util/concurrent/tck/
DReentrantLockTest.java463 public void testIsLocked() { testIsLocked(false); } in testIsLocked() method in ReentrantLockTest
464 public void testIsLocked_fair() { testIsLocked(true); } in testIsLocked_fair()
465 public void testIsLocked(boolean fair) { in testIsLocked() method in ReentrantLockTest