Home
last modified time | relevance | path

Searched refs:testAwaitLockCount (Results 1 – 4 of 4) sorted by relevance

/libcore/ojluni/src/test/java/util/concurrent/tck/
DReentrantLockTest.java1082 public void testAwaitLockCount() { testAwaitLockCount(false); } in testAwaitLockCount() method
1083 public void testAwaitLockCount_fair() { testAwaitLockCount(true); } in testAwaitLockCount_fair()
1084 public void testAwaitLockCount(boolean fair) { in testAwaitLockCount() method
DReentrantReadWriteLockTest.java1210 public void testAwaitLockCount() { testAwaitLockCount(false); } in testAwaitLockCount() method
1211 public void testAwaitLockCount_fair() { testAwaitLockCount(true); } in testAwaitLockCount_fair()
1212 public void testAwaitLockCount(boolean fair) { in testAwaitLockCount() method
/libcore/jsr166-tests/src/test/java/jsr166/
DReentrantLockTest.java1059 public void testAwaitLockCount() { testAwaitLockCount(false); } in testAwaitLockCount() method in ReentrantLockTest
1060 public void testAwaitLockCount_fair() { testAwaitLockCount(true); } in testAwaitLockCount_fair()
1061 public void testAwaitLockCount(boolean fair) { in testAwaitLockCount() method in ReentrantLockTest
DReentrantReadWriteLockTest.java1190 public void testAwaitLockCount() { testAwaitLockCount(false); } in testAwaitLockCount() method in ReentrantReadWriteLockTest
1191 public void testAwaitLockCount_fair() { testAwaitLockCount(true); } in testAwaitLockCount_fair()
1192 public void testAwaitLockCount(boolean fair) { in testAwaitLockCount() method in ReentrantReadWriteLockTest