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.java594 public void testAwait_IMSE() { in testAwait_IMSE() method in AbstractQueuedLongSynchronizerTest
DAbstractQueuedSynchronizerTest.java597 public void testAwait_IMSE() { in testAwait_IMSE() method in AbstractQueuedSynchronizerTest
DReentrantLockTest.java481 public void testAwait_IMSE() { testAwait_IMSE(false); } in testAwait_IMSE() method in ReentrantLockTest
483 public void testAwait_IMSE(boolean fair) { in testAwait_IMSE() method in ReentrantLockTest
DReentrantReadWriteLockTest.java865 public void testAwait_IMSE() { testAwait_IMSE(false); } in testAwait_IMSE() method in ReentrantReadWriteLockTest
867 public void testAwait_IMSE(boolean fair) { in testAwait_IMSE() method in ReentrantReadWriteLockTest