Home
last modified time | relevance | path

Searched full:shutting (Results 1 – 25 of 845) sorted by relevance

12345678910>>...34

/external/grpc-grpc/src/core/lib/iomgr/
Diocp_windows.h46 // Register that this socket has started shutting down.
49 // have finished shutting down. The socket's state_mu must be locked.
52 // Mark that this socket has finished shutting down.
/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/iomgr/
Diocp_windows.h46 // Register that this socket has started shutting down.
49 // have finished shutting down. The socket's state_mu must be locked.
52 // Mark that this socket has finished shutting down.
/external/pytorch/benchmarks/instruction_counts/execution/
Drunner.py114 print("\n\nKeyboardInterrupt (ctrl-c) detected. Shutting down children.")
119 print("\n\nJob timed out. Shutting down children.")
124 print("Shutting down all outstanding jobs before re-raising.")
134 print("\n\nUnknown exception. Shutting down jobs before re-raising.")
205 clean up before shutting down.
/external/pytorch/.github/scripts/
Dstop_runner_service.sh18 # Finally, shutting down the runner completely
20 # NB: In my test, cleaning up and shutting down the runner this way would already
/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/event_engine/posix_engine/
Dposix_engine_listener.cc126 // Shutting down the acceptor. Unref the ref grabbed in in NotifyOnAccept()
175 // Shutting down the acceptor. Unref the ref grabbed in in NotifyOnAccept()
190 // Shutting down the acceptor. Unref the ref grabbed in in NotifyOnAccept()
205 // Shutting down the acceptor. Unref the ref grabbed in in NotifyOnAccept()
216 // Shutting down the acceptor. Unref the ref grabbed in in NotifyOnAccept()
281 handle_->ShutdownHandle(absl::InternalError("Shutting down acceptor")); in Shutdown()
/external/downloader/src/test/java/com/google/android/downloader/
DTestExecutorRule.java34 * java.util.concurrent.Executor} and its various more specific interfaces. Takes care of shutting
96 fail("Error shutting down executor service:" + e); in after()
98 fail("Error shutting down executor service:" + e); in after()
/external/curl/tests/data/
Dtest154261 == Info: shutting down connection #0
65 $_ = '' if (($_ !~ /left intact/) && ($_ !~ /(closing|shutting down) connection #\d+/))
/external/cronet/tot/base/
Dsync_socket.h87 // Derives from SyncSocket and adds support for shutting down the socket from
109 // Since the Linux and Mac implementations actually use a socket, shutting
114 // SyncSocket methods in order to support shutting down the 'socket'.
/external/cronet/stable/base/
Dsync_socket.h87 // Derives from SyncSocket and adds support for shutting down the socket from
109 // Since the Linux and Mac implementations actually use a socket, shutting
114 // SyncSocket methods in order to support shutting down the 'socket'.
/external/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/
Dserver.pyx.pxi40 raise ValueError("server must be started and not shutting down")
129 raise UsageError("the server must be shutting down to cancel all calls")
155 # We're in the process of shutting down, but have not shutdown; can't do
/external/grpc-grpc/test/cpp/server/
Dserver_request_call_test.cc63 // if shutting down, don't enqueue a new request. in TEST()
79 // If not shutting down, ok must be true for new requests. in TEST()
146 gpr_log(GPR_INFO, "Shutting down."); in TEST()
229 gpr_log(GPR_INFO, "Shutting down."); in TEST()
/external/libchrome/base/
Dsync_socket.h106 // Derives from SyncSocket and adds support for shutting down the socket from
125 // Since the Linux and Mac implementations actually use a socket, shutting
130 // SyncSocket methods in order to support shutting down the 'socket'.
/external/aws-crt-java/src/native/
Devent_stream_rpc_server.c93 /* If we can't get an environment, then the JVM is probably shutting down. Don't crash. */ in s_server_listener_shutdown_complete()
143 /* If we can't get an environment, then the JVM is probably shutting down. Don't crash. */ in s_stream_continuation_fn()
178 /* If we can't get an environment, then the JVM is probably shutting down. Don't crash. */ in s_stream_continuation_closed_fn()
211 /* If we can't get an environment, then the JVM is probably shutting down. Don't crash. */ in s_on_incoming_stream_fn()
309 /* If we can't get an environment, then the JVM is probably shutting down. Don't crash. */ in s_connection_protocol_message_fn()
347 /* If we can't get an environment, then the JVM is probably shutting down. Don't crash. */ in s_on_new_connection_fn()
445 /* If we can't get an environment, then the JVM is probably shutting down. Don't crash. */ in s_on_connection_shutdown_fn()
722 /* If we can't get an environment, then the JVM is probably shutting down. Don't crash. */ in s_message_flush_fn()
Devent_stream_rpc_client.c60 /* If we can't get an environment, then the JVM is probably shutting down. Don't crash. */ in s_on_connection_setup()
95 /* If we can't get an environment, then the JVM is probably shutting down. Don't crash. */ in s_on_connection_shutdown()
124 /* If we can't get an environment, then the JVM is probably shutting down. Don't crash. */ in s_connection_protocol_message()
350 /* If we can't get an environment, then the JVM is probably shutting down. Don't crash. */ in s_message_flush_fn()
460 /* If we can't get an environment, then the JVM is probably shutting down. Don't crash. */ in s_stream_continuation()
497 /* If we can't get an environment, then the JVM is probably shutting down. Don't crash. */ in s_stream_continuation_closed()
/external/grpc-grpc/src/core/lib/event_engine/posix_engine/
Dposix_engine_listener.cc132 // Shutting down the acceptor. Unref the ref grabbed in in NotifyOnAccept()
181 // Shutting down the acceptor. Unref the ref grabbed in in NotifyOnAccept()
215 // Shutting down the acceptor. Unref the ref grabbed in in NotifyOnAccept()
226 // Shutting down the acceptor. Unref the ref grabbed in in NotifyOnAccept()
299 handle_->ShutdownHandle(absl::InternalError("Shutting down acceptor")); in Shutdown()
/external/aws-sdk-java-v2/http-clients/apache-client/src/main/java/software/amazon/awssdk/http/apache/internal/net/
DSdkSocket.java62 log.debug(() -> "shutting down input of " + endpoint()); in shutdownInput()
68 log.debug(() -> "shutting down output of " + endpoint()); in shutdownOutput()
DSdkSslSocket.java62 log.debug(() -> "shutting down input of " + endpoint()); in shutdownInput()
68 log.debug(() -> "shutting down output of " + endpoint()); in shutdownOutput()
/external/grpc-grpc-java/examples/example-reflection/src/main/java/io/grpc/examples/reflection/
DReflectionServer.java37 System.err.println("*** shutting down gRPC server since JVM is shutting down"); in start()
/external/grpc-grpc-java/examples/src/main/java/io/grpc/examples/helloworld/
DHelloWorldServer.java47 System.err.println("*** shutting down gRPC server since JVM is shutting down"); in start()
/external/grpc-grpc-java/examples/example-gcp-observability/src/main/java/io/grpc/examples/gcpobservability/
DGcpObservabilityServer.java73 System.err.println("*** shutting down gRPC server since JVM is shutting down"); in main()
/external/openscreen/platform/impl/
Dplatform_client_posix.cc59 OSP_DVLOG << "Shutting down the Task Runner..."; in ~PlatformClientPosix()
66 OSP_DVLOG << "Shutting down network operations..."; in ~PlatformClientPosix()
/external/grpc-grpc-java/examples/src/main/java/io/grpc/examples/loadbalance/
DLoadBalanceServer.java47 System.err.println("*** shutting down gRPC server since JVM is shutting down"); in start()
/external/grpc-grpc-java/examples/src/main/java/io/grpc/examples/nameresolve/
DNameResolveServer.java53 System.err.println("*** shutting down gRPC server since JVM is shutting down"); in start()
/external/google-cloud-java/java-vmmigration/proto-google-cloud-vmmigration-v1/src/main/java/com/google/cloud/vmmigration/v1/
DCutoverStepOrBuilder.java65 * Shutting down VM step.
77 * Shutting down VM step.
89 * Shutting down VM step.
/external/python/cpython3/Lib/concurrent/futures/
Dthread.py20 # shutting down. Must be held while mutating _threads_queues and _shutdown.
100 # - The interpreter is shutting down OR
104 # Flag the executor as shutting down as early as possible if it

12345678910>>...34