Searched refs:testReadHoldingWriteLock (Results 1 – 1 of 1) sorted by relevance
573 public void testReadHoldingWriteLock() { testReadHoldingWriteLock(false); } in testReadHoldingWriteLock() method in ReentrantReadWriteLockTest574 public void testReadHoldingWriteLock_fair() { testReadHoldingWriteLock(true); } in testReadHoldingWriteLock_fair()575 public void testReadHoldingWriteLock(boolean fair) { in testReadHoldingWriteLock() method in ReentrantReadWriteLockTest