Home
last modified time | relevance | path

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

/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