Searched refs:testIsLocked (Results 1 – 1 of 1) sorted by relevance
422 public void testIsLocked() { testIsLocked(false); } in testIsLocked() method in ReentrantLockTest423 public void testIsLocked_fair() { testIsLocked(true); } in testIsLocked_fair()424 public void testIsLocked(boolean fair) { in testIsLocked() method in ReentrantLockTest