Searched defs:InterruptedSyncRunnable (Results 1 - 2 of 2) sorted by relevance

/libcore/jsr166-tests/src/test/java/jsr166/
H A DAbstractQueuedLongSynchronizerTest.java123 class InterruptedSyncRunnable extends CheckedInterruptedRunnable { class in class:AbstractQueuedLongSynchronizerTest
125 InterruptedSyncRunnable(Mutex sync) { this.sync = sync; } method in class:AbstractQueuedLongSynchronizerTest.InterruptedSyncRunnable
310 Thread t1 = newStartedThread(new InterruptedSyncRunnable(sync));
340 Thread t1 = new Thread(new InterruptedSyncRunnable(sync));
370 Thread t1 = newStartedThread(new InterruptedSyncRunnable(sync));
392 Thread t1 = newStartedThread(new InterruptedSyncRunnable(sync));
411 Thread t1 = new Thread(new InterruptedSyncRunnable(sync));
439 Thread t1 = new Thread(new InterruptedSyncRunnable(sync));
470 Thread t1 = newStartedThread(new InterruptedSyncRunnable(sync));
1083 Thread t = newStartedThread(new InterruptedSyncRunnable(syn
[all...]
H A DAbstractQueuedSynchronizerTest.java127 class InterruptedSyncRunnable extends CheckedInterruptedRunnable { class in class:AbstractQueuedSynchronizerTest
129 InterruptedSyncRunnable(Mutex sync) { this.sync = sync; } method in class:AbstractQueuedSynchronizerTest.InterruptedSyncRunnable
313 Thread t1 = newStartedThread(new InterruptedSyncRunnable(sync));
343 Thread t1 = new Thread(new InterruptedSyncRunnable(sync));
373 Thread t1 = newStartedThread(new InterruptedSyncRunnable(sync));
395 Thread t1 = newStartedThread(new InterruptedSyncRunnable(sync));
414 Thread t1 = new Thread(new InterruptedSyncRunnable(sync));
442 Thread t1 = new Thread(new InterruptedSyncRunnable(sync));
473 Thread t1 = newStartedThread(new InterruptedSyncRunnable(sync));
1086 Thread t = newStartedThread(new InterruptedSyncRunnable(syn
[all...]

Completed in 38 milliseconds