Home
last modified time | relevance | path

Searched refs:is_shutdown_ (Results 1 – 11 of 11) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/src/core/lib/channel/
Dhandshaker.cc116 if (!is_shutdown_ && index_ > 0) { in Shutdown()
117 is_shutdown_ = true; in Shutdown()
132 this, grpc_error_string(error), is_shutdown_, index_, in CallNextHandshakerLocked()
139 if (error != GRPC_ERROR_NONE || is_shutdown_ || args_.exit_early || in CallNextHandshakerLocked()
141 if (error == GRPC_ERROR_NONE && is_shutdown_) { in CallNextHandshakerLocked()
171 is_shutdown_ = true; in CallNextHandshakerLocked()
183 return is_shutdown_; in CallNextHandshakerLocked()
219 GPR_ASSERT(!is_shutdown_); in DoHandshake()
Dhandshaker.h148 bool is_shutdown_ = false; variable
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/
Dhttp_connect_handshaker.cc67 bool is_shutdown_ = false; member in grpc_core::__anon3fe17e320111::HttpConnectHandshaker
117 if (!is_shutdown_) { in HandshakeFailedLocked()
128 is_shutdown_ = true; in HandshakeFailedLocked()
150 if (error != GRPC_ERROR_NONE || handshaker->is_shutdown_) { in OnWriteDone()
184 if (error != GRPC_ERROR_NONE || handshaker->is_shutdown_) { in OnReadDone()
258 handshaker->is_shutdown_ = true; in OnReadDone()
270 if (!is_shutdown_) { in Shutdown()
271 is_shutdown_ = true; in Shutdown()
292 is_shutdown_ = true; in DoHandshake()
/external/rust/crates/grpcio-sys/grpc/src/core/lib/security/transport/
Dsecurity_handshaker.cc89 bool is_shutdown_ = false; member in grpc_core::__anonca80907c0111::SecurityHandshaker
186 if (!is_shutdown_) { in HandshakeFailedLocked()
198 is_shutdown_ = true; in HandshakeFailedLocked()
206 if (error != GRPC_ERROR_NONE || is_shutdown_) { in OnPeerCheckedInner()
264 is_shutdown_ = true; in OnPeerCheckedInner()
290 if (is_shutdown_) { in OnHandshakeNextDoneLocked()
395 if (error != GRPC_ERROR_NONE || h->is_shutdown_) { in OnHandshakeDataReceivedFromPeerFn()
429 if (error != GRPC_ERROR_NONE || h->is_shutdown_) { in OnHandshakeDataSentToPeerFn()
459 if (!is_shutdown_) { in Shutdown()
460 is_shutdown_ = true; in Shutdown()
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Dgrpc_master_service.cc53 is_shutdown_(false), in GrpcMasterService()
65 if (!is_shutdown_) { in Shutdown()
67 is_shutdown_ = true; in Shutdown()
94 if (!is_shutdown_) { \
141 bool is_shutdown_ TF_GUARDED_BY(mu_);
Dgrpc_worker_service.cc77 if (!is_shutdown_) { \
108 is_shutdown_(false) { in GrpcWorkerServiceThread()
123 is_shutdown_ = true; in Shutdown()
344 if (!is_shutdown_) { in EnqueueRecvTensorRequestRaw()
363 bool is_shutdown_ TF_GUARDED_BY(shutdown_mu_);
371 : is_shutdown_(false) { in GrpcWorkerService()
385 if (!is_shutdown_) { in Shutdown()
387 is_shutdown_ = true; in Shutdown()
414 bool is_shutdown_ TF_GUARDED_BY(service_shutdown_mu_);
/external/webrtc/modules/pacing/
Dtask_queue_paced_sender.cc50 is_shutdown_(false), in TaskQueuePacedSender()
61 is_shutdown_ = true; in ~TaskQueuePacedSender()
199 if (is_shutdown_) { in MaybeProcessPackets()
241 if (is_shutdown_) { in MaybeUpdateStats()
Dtask_queue_paced_sender.h156 bool is_shutdown_ RTC_GUARDED_BY(task_queue_);
/external/google-breakpad/src/client/windows/handler/
Dexception_handler.cc168 is_shutdown_ = false; in Initialize()
354 is_shutdown_ = true; in ~ExceptionHandler()
395 if (self->is_shutdown_) { in ExceptionHandlerThreadMain()
Dexception_handler.h448 volatile bool is_shutdown_; variable
/external/libchrome/ipc/
Dipc_sync_channel_unittest.cc61 is_shutdown_(false) {} in Worker()
78 is_shutdown_(false) {} in Worker()
82 CHECK(is_shutdown_); in ~Worker()
112 is_shutdown_ = true; in Shutdown()
257 bool is_shutdown_; member in IPC::__anon7ae8f74a0111::Worker