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

  /libcore/jsr166-tests/src/test/java/jsr166/
AbstractQueuedLongSynchronizerTest.java 107 class InterruptedSyncRunnable extends CheckedInterruptedRunnable {
109 InterruptedSyncRunnable(Mutex sync) { this.sync = sync; }
284 Thread t1 = newStartedThread(new InterruptedSyncRunnable(sync));
314 Thread t1 = new Thread(new InterruptedSyncRunnable(sync));
344 Thread t1 = newStartedThread(new InterruptedSyncRunnable(sync));
366 Thread t1 = newStartedThread(new InterruptedSyncRunnable(sync));
385 Thread t1 = new Thread(new InterruptedSyncRunnable(sync));
413 Thread t1 = new Thread(new InterruptedSyncRunnable(sync));
444 Thread t1 = newStartedThread(new InterruptedSyncRunnable(sync));
    [all...]
AbstractQueuedSynchronizerTest.java 111 class InterruptedSyncRunnable extends CheckedInterruptedRunnable {
113 InterruptedSyncRunnable(Mutex sync) { this.sync = sync; }
287 Thread t1 = newStartedThread(new InterruptedSyncRunnable(sync));
317 Thread t1 = new Thread(new InterruptedSyncRunnable(sync));
347 Thread t1 = newStartedThread(new InterruptedSyncRunnable(sync));
369 Thread t1 = newStartedThread(new InterruptedSyncRunnable(sync));
388 Thread t1 = new Thread(new InterruptedSyncRunnable(sync));
416 Thread t1 = new Thread(new InterruptedSyncRunnable(sync));
447 Thread t1 = newStartedThread(new InterruptedSyncRunnable(sync));
    [all...]

Completed in 155 milliseconds