Home
last modified time | relevance | path

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

/libcore/jsr166-tests/src/test/java/jsr166/
DAbstractQueuedSynchronizerTest.java127 class InterruptedSyncRunnable extends CheckedInterruptedRunnable { class in AbstractQueuedSynchronizerTest
129 InterruptedSyncRunnable(Mutex sync) { this.sync = sync; } in InterruptedSyncRunnable() method in AbstractQueuedSynchronizerTest.InterruptedSyncRunnable
313 Thread t1 = newStartedThread(new InterruptedSyncRunnable(sync)); in testHasQueuedThreads()
343 Thread t1 = new Thread(new InterruptedSyncRunnable(sync)); in testIsQueued()
373 Thread t1 = newStartedThread(new InterruptedSyncRunnable(sync)); in testGetFirstQueuedThread()
395 Thread t1 = newStartedThread(new InterruptedSyncRunnable(sync)); in testHasContended()
414 Thread t1 = new Thread(new InterruptedSyncRunnable(sync)); in testGetQueuedThreads()
442 Thread t1 = new Thread(new InterruptedSyncRunnable(sync)); in testGetExclusiveQueuedThreads()
473 Thread t1 = newStartedThread(new InterruptedSyncRunnable(sync)); in testGetSharedQueuedThreads_Exclusive()
1086 Thread t = newStartedThread(new InterruptedSyncRunnable(sync));
DAbstractQueuedLongSynchronizerTest.java123 class InterruptedSyncRunnable extends CheckedInterruptedRunnable { class in AbstractQueuedLongSynchronizerTest
125 InterruptedSyncRunnable(Mutex sync) { this.sync = sync; } in InterruptedSyncRunnable() method in AbstractQueuedLongSynchronizerTest.InterruptedSyncRunnable
310 Thread t1 = newStartedThread(new InterruptedSyncRunnable(sync)); in testHasQueuedThreads()
340 Thread t1 = new Thread(new InterruptedSyncRunnable(sync)); in testIsQueued()
370 Thread t1 = newStartedThread(new InterruptedSyncRunnable(sync)); in testGetFirstQueuedThread()
392 Thread t1 = newStartedThread(new InterruptedSyncRunnable(sync)); in testHasContended()
411 Thread t1 = new Thread(new InterruptedSyncRunnable(sync)); in testGetQueuedThreads()
439 Thread t1 = new Thread(new InterruptedSyncRunnable(sync)); in testGetExclusiveQueuedThreads()
470 Thread t1 = newStartedThread(new InterruptedSyncRunnable(sync)); in testGetSharedQueuedThreads_Exclusive()
1083 Thread t = newStartedThread(new InterruptedSyncRunnable(sync));