Searched refs:testGetReadHoldCount (Results 1 – 1 of 1) sorted by relevance
251 public void testGetReadHoldCount() { testGetReadHoldCount(false); } in testGetReadHoldCount() method in ReentrantReadWriteLockTest252 public void testGetReadHoldCount_fair() { testGetReadHoldCount(true); } in testGetReadHoldCount_fair()253 public void testGetReadHoldCount(boolean fair) { in testGetReadHoldCount() method in ReentrantReadWriteLockTest