Searched refs:testAwaitLockCount (Results 1 – 2 of 2) sorted by relevance
1051 public void testAwaitLockCount() { testAwaitLockCount(false); } in testAwaitLockCount() method in ReentrantLockTest1052 public void testAwaitLockCount_fair() { testAwaitLockCount(true); } in testAwaitLockCount_fair()1053 public void testAwaitLockCount(boolean fair) { in testAwaitLockCount() method in ReentrantLockTest
1179 public void testAwaitLockCount() { testAwaitLockCount(false); } in testAwaitLockCount() method in ReentrantReadWriteLockTest1180 public void testAwaitLockCount_fair() { testAwaitLockCount(true); } in testAwaitLockCount_fair()1181 public void testAwaitLockCount(boolean fair) { in testAwaitLockCount() method in ReentrantReadWriteLockTest