Searched refs:checkInterrupted0 (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/test/java/util/concurrent/BlockingQueue/
H A DInterrupt.java38 static void checkInterrupted0(Iterable<Fun> fs, Executor ex) { method in class:Interrupt
61 checkInterrupted0(fs, immediateExecutor);
62 checkInterrupted0(fs, delayedExecutor);

Completed in 35 milliseconds