Home
last modified time | relevance | path

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

/libcore/jsr166-tests/src/test/java/jsr166/
DAbstractQueuedLongSynchronizerTest.java107 class InterruptedSyncRunnable extends CheckedInterruptedRunnable { class in AbstractQueuedLongSynchronizerTest
109 InterruptedSyncRunnable(Mutex sync) { this.sync = sync; } in InterruptedSyncRunnable() method in AbstractQueuedLongSynchronizerTest.InterruptedSyncRunnable
284 Thread t1 = newStartedThread(new InterruptedSyncRunnable(sync)); in testHasQueuedThreads()
314 Thread t1 = new Thread(new InterruptedSyncRunnable(sync)); in testIsQueued()
344 Thread t1 = newStartedThread(new InterruptedSyncRunnable(sync)); in testGetFirstQueuedThread()
366 Thread t1 = newStartedThread(new InterruptedSyncRunnable(sync)); in testHasContended()
385 Thread t1 = new Thread(new InterruptedSyncRunnable(sync)); in testGetQueuedThreads()
413 Thread t1 = new Thread(new InterruptedSyncRunnable(sync)); in testGetExclusiveQueuedThreads()
444 Thread t1 = newStartedThread(new InterruptedSyncRunnable(sync)); in testGetSharedQueuedThreads_Exclusive()
1057 Thread t = newStartedThread(new InterruptedSyncRunnable(sync));
DAbstractQueuedSynchronizerTest.java111 class InterruptedSyncRunnable extends CheckedInterruptedRunnable { class in AbstractQueuedSynchronizerTest
113 InterruptedSyncRunnable(Mutex sync) { this.sync = sync; } in InterruptedSyncRunnable() method in AbstractQueuedSynchronizerTest.InterruptedSyncRunnable
287 Thread t1 = newStartedThread(new InterruptedSyncRunnable(sync)); in testHasQueuedThreads()
317 Thread t1 = new Thread(new InterruptedSyncRunnable(sync)); in testIsQueued()
347 Thread t1 = newStartedThread(new InterruptedSyncRunnable(sync)); in testGetFirstQueuedThread()
369 Thread t1 = newStartedThread(new InterruptedSyncRunnable(sync)); in testHasContended()
388 Thread t1 = new Thread(new InterruptedSyncRunnable(sync)); in testGetQueuedThreads()
416 Thread t1 = new Thread(new InterruptedSyncRunnable(sync)); in testGetExclusiveQueuedThreads()
447 Thread t1 = newStartedThread(new InterruptedSyncRunnable(sync)); in testGetSharedQueuedThreads_Exclusive()
1060 Thread t = newStartedThread(new InterruptedSyncRunnable(sync));