Home
last modified time | relevance | path

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

/libcore/jsr166-tests/src/test/java/jsr166/
DAbstractQueuedLongSynchronizerTest.java586 final Mutex sync2 = new Mutex(); in testOwns() local
588 assertFalse(sync2.owns(c)); in testOwns()
716 final Mutex sync2 = new Mutex();
718 sync2.hasWaiters(c);
743 final Mutex sync2 = new Mutex();
745 sync2.getWaitQueueLength(c);
770 final Mutex sync2 = new Mutex();
772 sync2.getWaitingThreads(c);
DAbstractQueuedSynchronizerTest.java589 final Mutex sync2 = new Mutex(); in testOwns() local
591 assertFalse(sync2.owns(c)); in testOwns()
719 final Mutex sync2 = new Mutex();
721 sync2.hasWaiters(c);
746 final Mutex sync2 = new Mutex();
748 sync2.getWaitQueueLength(c);
773 final Mutex sync2 = new Mutex();
775 sync2.getWaitingThreads(c);