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 111 class InterruptibleSyncRunnable extends CheckedRunnable {
113 InterruptibleSyncRunnable(Mutex sync) { this.sync = sync; }
313 Thread t2 = newStartedThread(new InterruptibleSyncRunnable(sync));
341 Thread t2 = new Thread(new InterruptibleSyncRunnable(sync));
373 Thread t2 = newStartedThread(new InterruptibleSyncRunnable(sync));
395 Thread t2 = newStartedThread(new InterruptibleSyncRunnable(sync));
412 Thread t2 = new Thread(new InterruptibleSyncRunnable(sync));
440 Thread t2 = new Thread(new InterruptibleSyncRunnable(sync));
473 Thread t2 = newStartedThread(new InterruptibleSyncRunnable(sync));
    [all...]
AbstractQueuedSynchronizerTest.java 115 class InterruptibleSyncRunnable extends CheckedRunnable {
117 InterruptibleSyncRunnable(Mutex sync) { this.sync = sync; }
316 Thread t2 = newStartedThread(new InterruptibleSyncRunnable(sync));
344 Thread t2 = new Thread(new InterruptibleSyncRunnable(sync));
376 Thread t2 = newStartedThread(new InterruptibleSyncRunnable(sync));
398 Thread t2 = newStartedThread(new InterruptibleSyncRunnable(sync));
415 Thread t2 = new Thread(new InterruptibleSyncRunnable(sync));
443 Thread t2 = new Thread(new InterruptibleSyncRunnable(sync));
476 Thread t2 = newStartedThread(new InterruptibleSyncRunnable(sync));
    [all...]

Completed in 247 milliseconds