Searched refs:shutdown (Results 201 - 225 of 369) sorted by relevance

1234567891011>>

/openjdk9/jdk/test/java/util/concurrent/tck/
H A DAbstractExecutorServiceTest.java73 public void shutdown() { shutdown = true; } method in class:AbstractExecutorServiceTest.DirectExecutorService
75 shutdown = true;
78 public boolean isShutdown() { return shutdown; }
83 private volatile boolean shutdown = false; field in class:AbstractExecutorServiceTest.DirectExecutorService
H A DScheduledExecutorSubclassTest.java333 * execute throws RejectedExecutionException if shutdown
339 p.shutdown();
349 * schedule throws RejectedExecutionException if shutdown
355 p.shutdown();
365 * schedule callable throws RejectedExecutionException if shutdown
371 p.shutdown();
381 * scheduleAtFixedRate throws RejectedExecutionException if shutdown
387 p.shutdown();
397 * scheduleWithFixedDelay throws RejectedExecutionException if shutdown
403 p.shutdown();
[all...]
H A DScheduledExecutorTest.java277 * execute throws RejectedExecutionException if shutdown
283 p.shutdown();
293 * schedule throws RejectedExecutionException if shutdown
299 p.shutdown();
309 * schedule callable throws RejectedExecutionException if shutdown
315 p.shutdown();
325 * scheduleAtFixedRate throws RejectedExecutionException if shutdown
331 p.shutdown();
341 * scheduleWithFixedDelay throws RejectedExecutionException if shutdown
347 p.shutdown();
[all...]
/openjdk9/jdk/src/java.base/share/classes/java/util/concurrent/
H A DExecutors.java82 * prior to shutdown, a new one will take its place if needed to
84 * until it is explicitly {@link ExecutorService#shutdown shutdown}.
142 * execution prior to shutdown, a new one will take its place if
144 * exist until it is explicitly {@link ExecutorService#shutdown
145 * shutdown}.
164 * shutdown, a new one will take its place if needed to execute
245 * shutdown, a new one will take its place if needed to execute
262 * during execution prior to shutdown, a new one will take its
674 public void shutdown() { method in class:Executors.DelegatedExecutorService
[all...]
/openjdk9/jdk/test/sun/net/www/protocol/https/HttpsURLConnection/
H A DTunnelProxy.java131 boolean shutdown; field in class:TunnelProxy.Server
152 shutdown = true;
202 if (shutdown) {
/openjdk9/hotspot/src/share/vm/services/
H A DmallocSiteTable.hpp170 static void shutdown();
H A DmallocSiteTable.cpp219 void MallocSiteTable::shutdown() { function in class:MallocSiteTable
H A DnmtDCmd.cpp51 _shutdown("shutdown", "request runtime to shutdown itself and free the " \
81 output()->print_cr("Native memory tracking has been shutdown");
103 "summary, detail, baseline, summary.diff, detail.diff, shutdown");
149 MemTracker::shutdown();
/openjdk9/hotspot/src/share/vm/jvmci/
H A DjvmciRuntime.hpp108 static void shutdown(TRAPS);
/openjdk9/hotspot/src/share/vm/utilities/
H A Ddecoder.cpp153 void Decoder::shutdown() { function in class:Decoder
/openjdk9/jaxp/test/javax/xml/jaxp/unittest/validation/
H A DBug6773084Test.java102 runWithAllPerm(() -> EXEC.shutdown());
/openjdk9/jaxp/test/javax/xml/jaxp/unittest/transform/
H A DNamespacePrefixTest.java86 // Initiate shutdown of previously submitted task
87 runWithAllPerm(EXECUTOR::shutdown);
90 // If not all tasks terminates during the time out force them to shutdown
/openjdk9/jaxp/test/javax/xml/jaxp/libs/jaxp/library/
H A DSimpleHttpServer.java84 _executor.shutdown();
/openjdk9/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/transport/http/server/
H A DServerMgr.java154 ((ExecutorService)state.getServer().getExecutor()).shutdown();
/openjdk9/jdk/src/java.base/solaris/classes/sun/nio/fs/
H A DSolarisWatchService.java399 boolean shutdown = processEvent(address);
400 if (shutdown)
413 * Returns true if poller thread is requested to shutdown.
427 boolean shutdown = processRequests();
428 if (shutdown)
/openjdk9/jdk/src/java.base/windows/native/libnio/ch/
H A DWindowsAsynchronousSocketChannelImpl.c131 if (shutdown(s, how) == SOCKET_ERROR) {
132 JNU_ThrowIOExceptionWithLastError(env, "shutdown failed");
172 return IOS_EOF; // input shutdown
204 return IOS_EOF; // output shutdown
/openjdk9/jdk/src/jdk.jdi/share/classes/com/sun/tools/example/debug/tty/
H A DMessageOutput.java59 * Fatal shutdown notification. This is sent to System.err
66 Env.shutdown();
/openjdk9/jdk/test/com/sun/jdi/
H A DTestScaffold.java433 shutdown();
899 public void shutdown() { method in class:TestScaffold
900 shutdown(null);
903 public void shutdown(String message) { method in class:TestScaffold
904 traceln("TS: shutdown: vmDied= " + vmDied +
916 traceln("TS: shutdown: disposeVM not called");
/openjdk9/jdk/test/com/sun/net/httpserver/
H A DTest1.java101 executor.shutdown ();
H A DSelCacheTest.java91 executor.shutdown ();
H A DTest12.java94 executor.shutdown ();
H A DTest5.java67 exec.shutdown();
H A DTest3.java68 exec.shutdown();
H A DTest4.java66 exec.shutdown();
/openjdk9/jdk/test/com/sun/net/httpserver/bugs/
H A DB6373555.java66 pool.shutdown();

Completed in 115 milliseconds

1234567891011>>