Searched refs:testAwaitLockCount (Results 1 – 4 of 4) sorted by relevance
1082 public void testAwaitLockCount() { testAwaitLockCount(false); } in testAwaitLockCount() method1083 public void testAwaitLockCount_fair() { testAwaitLockCount(true); } in testAwaitLockCount_fair()1084 public void testAwaitLockCount(boolean fair) { in testAwaitLockCount() method
1210 public void testAwaitLockCount() { testAwaitLockCount(false); } in testAwaitLockCount() method1211 public void testAwaitLockCount_fair() { testAwaitLockCount(true); } in testAwaitLockCount_fair()1212 public void testAwaitLockCount(boolean fair) { in testAwaitLockCount() method
1059 public void testAwaitLockCount() { testAwaitLockCount(false); } in testAwaitLockCount() method in ReentrantLockTest1060 public void testAwaitLockCount_fair() { testAwaitLockCount(true); } in testAwaitLockCount_fair()1061 public void testAwaitLockCount(boolean fair) { in testAwaitLockCount() method in ReentrantLockTest
1190 public void testAwaitLockCount() { testAwaitLockCount(false); } in testAwaitLockCount() method in ReentrantReadWriteLockTest1191 public void testAwaitLockCount_fair() { testAwaitLockCount(true); } in testAwaitLockCount_fair()1192 public void testAwaitLockCount(boolean fair) { in testAwaitLockCount() method in ReentrantReadWriteLockTest