Home
last modified time | relevance | path

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

/libcore/jsr166-tests/src/test/java/jsr166/
DReentrantLockTest.java214 public void testUnlock_IMSE() { testUnlock_IMSE(false); } in testUnlock_IMSE() method in ReentrantLockTest
216 public void testUnlock_IMSE(boolean fair) { in testUnlock_IMSE() method in ReentrantLockTest
/libcore/ojluni/src/test/java/util/concurrent/tck/
DReentrantLockTest.java237 public void testUnlock_IMSE() { testUnlock_IMSE(false); } in testUnlock_IMSE() method in ReentrantLockTest
239 public void testUnlock_IMSE(boolean fair) { in testUnlock_IMSE() method in ReentrantLockTest