Searched refs:testMultipleReadLocks (Results 1 – 1 of 1) sorted by relevance
426 public void testMultipleReadLocks() { testMultipleReadLocks(false); } in testMultipleReadLocks() method in ReentrantReadWriteLockTest427 public void testMultipleReadLocks_fair() { testMultipleReadLocks(true); } in testMultipleReadLocks_fair()428 public void testMultipleReadLocks(boolean fair) { in testMultipleReadLocks() method in ReentrantReadWriteLockTest