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

/libcore/luni/src/test/java/libcore/java/nio/channels/
H A DAsynchronousChannelGroupTest.java45 acg.shutdownNow();
69 acg.shutdownNow();
81 acg.shutdownNow();
112 acg.shutdownNow();
123 acg.shutdownNow();
134 acg.shutdownNow();
147 acg.shutdownNow();
165 acg.shutdownNow();
/libcore/ojluni/src/main/java/java/nio/channels/
H A DAsynchronousChannelGroup.java121 * <p> The {@link #shutdownNow() shutdownNow} method can be used to initiate a
123 * by an orderly shutdown, the {@code shutdownNow} method closes all open channels
322 public abstract void shutdownNow() throws IOException; method in class:AsynchronousChannelGroup
/libcore/ojluni/src/main/java/java/util/concurrent/
H A DExecutorService.java54 * terminating, while the {@link #shutdownNow} method prevents waiting
111 * calling {@code shutdownNow}, if necessary, to cancel any lingering tasks:
119 * pool.shutdownNow(); // Cancel currently executing tasks
126 * pool.shutdownNow();
171 List<Runnable> shutdownNow(); method in interface:ExecutorService
183 * either {@code shutdown} or {@code shutdownNow} was called first.
H A DExecutors.java622 public List<Runnable> shutdownNow() { return e.shutdownNow(); } method in class:Executors.DelegatedExecutorService
H A DScheduledThreadPoolExecutor.java638 * {@code shutdownNow} will access the zero-delayed
687 * {@code shutdownNow} or after setting the policy to
704 * {@code shutdownNow} or after setting the policy to
719 * {@code shutdownNow}, or after setting the policy to
736 * {@code shutdownNow}, or after setting the policy to
819 public List<Runnable> shutdownNow() { method in class:ScheduledThreadPoolExecutor
820 return super.shutdownNow();
H A DThreadPoolExecutor.java378 * On invocation of shutdownNow()
474 * also hold mainLock on shutdown and shutdownNow, for the sake of
569 * Permission required for callers of shutdown and shutdownNow.
1152 // shutdownNow race while clearing interrupt
1432 public List<Runnable> shutdownNow() { method in class:ThreadPoolExecutor
1454 * after {@link #shutdown} or {@link #shutdownNow} but has not
H A DForkJoinPool.java487 * Shutdown and Termination. A call to shutdownNow invokes
2709 * #shutdown} or {@link #shutdownNow}. However this pool and any
3184 public List<Runnable> shutdownNow() { method in class:ForkJoinPool
/libcore/ojluni/src/main/java/sun/nio/ch/
H A DPort.java106 shutdownNow();
H A DAsynchronousChannelGroupImpl.java270 // threads invoking shutdownNow will block).
281 public final void shutdownNow() throws IOException { method in class:AsynchronousChannelGroupImpl
/libcore/jsr166-tests/src/test/java/jsr166/
H A DForkJoinPoolTest.java294 p.shutdownNow(); // failure might have prevented processing task
379 p.shutdownNow(); // don't wait out shutdown
H A DAbstractExecutorServiceTest.java52 public List<Runnable> shutdownNow() { method in class:AbstractExecutorServiceTest.DirectExecutorService
H A DScheduledExecutorSubclassTest.java716 * shutdownNow returns a list containing tasks that were not run,
739 queuedTasks = p.shutdownNow();
753 * shutdownNow returns a list containing tasks that were not run,
769 queuedTasks = p.shutdownNow();
H A DScheduledExecutorTest.java664 * shutdownNow returns a list containing tasks that were not run,
688 queuedTasks = p.shutdownNow();
702 * shutdownNow returns a list containing tasks that were not run,
718 queuedTasks = p.shutdownNow();
H A DJSR166TestCase.java917 pool.shutdownNow();
H A DForkJoinPool8Test.java54 ForkJoinPool.commonPool().shutdownNow();
H A DThreadPoolExecutorSubclassTest.java761 * shutdownNow returns a list containing tasks that were not run,
787 queuedTasks = p.shutdownNow();
H A DThreadPoolExecutorTest.java646 * shutdownNow returns a list containing tasks that were not run,
672 queuedTasks = p.shutdownNow();
/libcore/luni/src/test/java/libcore/javax/net/ssl/
H A DSSLSocketTest.java2240 executorService.shutdownNow();

Completed in 1928 milliseconds