Searched refs:testGetWriteHoldCount (Results 1 – 1 of 1) sorted by relevance
217 public void testGetWriteHoldCount() { testGetWriteHoldCount(false); } in testGetWriteHoldCount() method in ReentrantReadWriteLockTest218 public void testGetWriteHoldCount_fair() { testGetWriteHoldCount(true); } in testGetWriteHoldCount_fair()219 public void testGetWriteHoldCount(boolean fair) { in testGetWriteHoldCount() method in ReentrantReadWriteLockTest