Searched refs:testTryLockWhenLocked (Results 1 – 1 of 1) sorted by relevance
368 public void testTryLockWhenLocked() { testTryLockWhenLocked(false); } in testTryLockWhenLocked() method in ReentrantLockTest369 public void testTryLockWhenLocked_fair() { testTryLockWhenLocked(true); } in testTryLockWhenLocked_fair()370 public void testTryLockWhenLocked(boolean fair) { in testTryLockWhenLocked() method in ReentrantLockTest