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

/openjdk7/jdk/src/share/classes/java/nio/channels/
H A DAsynchronousChannelGroup.java122 * <p> The {@link #shutdownNow() shutdownNow} method can be used to initiate a
124 * by an orderly shutdown, the {@code shutdownNow} method closes all open channels
323 public abstract void shutdownNow() throws IOException; method in class:AsynchronousChannelGroup
/openjdk7/jdk/src/share/classes/java/util/concurrent/
H A DExecutorService.java51 * terminating, while the {@link #shutdownNow} method prevents waiting
109 * calling <tt>shutdownNow</tt>, if necessary, to cancel any lingering tasks:
117 * pool.shutdownNow(); // Cancel currently executing tasks
124 * pool.shutdownNow();
185 List<Runnable> shutdownNow(); method in interface:ExecutorService
197 * either <tt>shutdown</tt> or <tt>shutdownNow</tt> was called first.
H A DExecutors.java630 public List<Runnable> shutdownNow() { return e.shutdownNow(); } method in class:Executors.DelegatedExecutorService
H A DScheduledThreadPoolExecutor.java603 * {@code shutdownNow} will access the zero-delayed
653 * {@code shutdownNow} or after setting the policy to
670 * {@code shutdownNow} or after setting the policy to
685 * {@code shutdownNow}, or after setting the policy to
702 * {@code shutdownNow}, or after setting the policy to
783 public List<Runnable> shutdownNow() { method in class:ScheduledThreadPoolExecutor
784 return super.shutdownNow();
H A DForkJoinPool.java319 * Shutdown and Termination. A call to shutdownNow atomically sets
1934 public List<Runnable> shutdownNow() { method in class:ForkJoinPool
H A DThreadPoolExecutor.java357 * On invocation of shutdownNow()
453 * also hold mainLock on shutdown and shutdownNow, for the sake of
548 * Permission required for callers of shutdown and shutdownNow.
1135 // shutdownNow race while clearing interrupt
1417 public List<Runnable> shutdownNow() { method in class:ThreadPoolExecutor
1439 * after {@link #shutdown} or {@link #shutdownNow} but has not
/openjdk7/jdk/src/macosx/classes/com/apple/concurrent/
H A DLibDispatchSerialQueue.java80 public List<Runnable> shutdownNow() { method in class:LibDispatchSerialQueue
/openjdk7/jdk/src/share/classes/sun/nio/ch/
H A DAsynchronousChannelGroupImpl.java270 // threads invoking shutdownNow will block).
281 public final void shutdownNow() throws IOException { method in class:AsynchronousChannelGroupImpl

Completed in 51 milliseconds