Searched refs:testIsLocked (Results 1 – 2 of 2) sorted by relevance
440 public void testIsLocked() { testIsLocked(false); } in testIsLocked() method in ReentrantLockTest441 public void testIsLocked_fair() { testIsLocked(true); } in testIsLocked_fair()442 public void testIsLocked(boolean fair) { in testIsLocked() method in ReentrantLockTest
463 public void testIsLocked() { testIsLocked(false); } in testIsLocked() method in ReentrantLockTest464 public void testIsLocked_fair() { testIsLocked(true); } in testIsLocked_fair()465 public void testIsLocked(boolean fair) { in testIsLocked() method in ReentrantLockTest