Home
last modified time | relevance | path

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

/libcore/jsr166-tests/src/test/java/jsr166/
DReentrantLockTest.java184 public void testLock() { testLock(false); } in testLock() method in ReentrantLockTest
185 public void testLock_fair() { testLock(true); } in testLock_fair()
186 public void testLock(boolean fair) { in testLock() method in ReentrantLockTest
DReentrantReadWriteLockTest.java195 public void testLock() { testLock(false); } in testLock() method in ReentrantReadWriteLockTest
196 public void testLock_fair() { testLock(true); } in testLock_fair()
197 public void testLock(boolean fair) { in testLock() method in ReentrantReadWriteLockTest