Home
last modified time | relevance | path

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

/libcore/jsr166-tests/src/test/java/jsr166/
DReentrantLockTest.java1051 public void testAwaitLockCount() { testAwaitLockCount(false); } in testAwaitLockCount() method in ReentrantLockTest
1053 public void testAwaitLockCount(boolean fair) { in testAwaitLockCount() method in ReentrantLockTest
DReentrantReadWriteLockTest.java1179 public void testAwaitLockCount() { testAwaitLockCount(false); } in testAwaitLockCount() method in ReentrantReadWriteLockTest
1181 public void testAwaitLockCount(boolean fair) { in testAwaitLockCount() method in ReentrantReadWriteLockTest