Home
last modified time | relevance | path

Searched defs:testAwait_IMSE (Results 1 – 4 of 4) sorted by relevance

/libcore/jsr166-tests/src/test/java/jsr166/
DAbstractQueuedLongSynchronizerTest.java620 public void testAwait_IMSE() { in testAwait_IMSE() method in AbstractQueuedLongSynchronizerTest
DAbstractQueuedSynchronizerTest.java623 public void testAwait_IMSE() { in testAwait_IMSE() method in AbstractQueuedSynchronizerTest
DReentrantLockTest.java495 public void testAwait_IMSE() { testAwait_IMSE(false); } in testAwait_IMSE() method in ReentrantLockTest
497 public void testAwait_IMSE(boolean fair) { in testAwait_IMSE() method in ReentrantLockTest
DReentrantReadWriteLockTest.java880 public void testAwait_IMSE() { testAwait_IMSE(false); } in testAwait_IMSE() method in ReentrantReadWriteLockTest
882 public void testAwait_IMSE(boolean fair) { in testAwait_IMSE() method in ReentrantReadWriteLockTest