Searched refs:testGetHoldCount (Results 1 – 2 of 2) sorted by relevance
405 public void testGetHoldCount() { testGetHoldCount(false); } in testGetHoldCount() method in ReentrantLockTest406 public void testGetHoldCount_fair() { testGetHoldCount(true); } in testGetHoldCount_fair()407 public void testGetHoldCount(boolean fair) { in testGetHoldCount() method in ReentrantLockTest
234 public void testGetHoldCount() { testGetHoldCount(false); } in testGetHoldCount() method in ReentrantReadWriteLockTest235 public void testGetHoldCount_fair() { testGetHoldCount(true); } in testGetHoldCount_fair()236 public void testGetHoldCount(boolean fair) { in testGetHoldCount() method in ReentrantReadWriteLockTest