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

/dalvik/libcore/concurrent/src/test/java/tests/api/java/util/concurrent/
H A DAbstractQueuedSynchronizerTest.java71 class InterruptibleSyncRunnable implements Runnable { class in class:AbstractQueuedSynchronizerTest
73 InterruptibleSyncRunnable(Mutex l) { sync = l; } method in class:AbstractQueuedSynchronizerTest.InterruptibleSyncRunnable
132 Thread t2 = new Thread(new InterruptibleSyncRunnable(sync));
173 Thread t2 = new Thread(new InterruptibleSyncRunnable(sync));
207 Thread t2 = new Thread(new InterruptibleSyncRunnable(sync));
238 Thread t2 = new Thread(new InterruptibleSyncRunnable(sync));
267 Thread t2 = new Thread(new InterruptibleSyncRunnable(sync));
299 Thread t2 = new Thread(new InterruptibleSyncRunnable(sync));
331 Thread t2 = new Thread(new InterruptibleSyncRunnable(sync));

Completed in 16 milliseconds