HomeSort by relevance Sort by last modified time
    Searched refs:InterruptibleSyncRunnable (Results 1 - 2 of 2) sorted by null

  /libcore/jsr166-tests/src/test/java/jsr166/
AbstractQueuedLongSynchronizerTest.java 95 class InterruptibleSyncRunnable extends CheckedRunnable {
97 InterruptibleSyncRunnable(Mutex sync) { this.sync = sync; }
287 Thread t2 = newStartedThread(new InterruptibleSyncRunnable(sync));
315 Thread t2 = new Thread(new InterruptibleSyncRunnable(sync));
347 Thread t2 = newStartedThread(new InterruptibleSyncRunnable(sync));
369 Thread t2 = newStartedThread(new InterruptibleSyncRunnable(sync));
386 Thread t2 = new Thread(new InterruptibleSyncRunnable(sync));
414 Thread t2 = new Thread(new InterruptibleSyncRunnable(sync));
447 Thread t2 = newStartedThread(new InterruptibleSyncRunnable(sync));
    [all...]
AbstractQueuedSynchronizerTest.java 99 class InterruptibleSyncRunnable extends CheckedRunnable {
101 InterruptibleSyncRunnable(Mutex sync) { this.sync = sync; }
290 Thread t2 = newStartedThread(new InterruptibleSyncRunnable(sync));
318 Thread t2 = new Thread(new InterruptibleSyncRunnable(sync));
350 Thread t2 = newStartedThread(new InterruptibleSyncRunnable(sync));
372 Thread t2 = newStartedThread(new InterruptibleSyncRunnable(sync));
389 Thread t2 = new Thread(new InterruptibleSyncRunnable(sync));
417 Thread t2 = new Thread(new InterruptibleSyncRunnable(sync));
450 Thread t2 = newStartedThread(new InterruptibleSyncRunnable(sync));
    [all...]

Completed in 604 milliseconds