Home
last modified time | relevance | path

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

/external/webrtc/webrtc/test/
Ddirect_transport.cc29 shutting_down_(false), in DirectTransport()
43 shutting_down_ = true; in StopSending()
88 return shutting_down_ ? false : true; in SendPackets()
Ddirect_transport.h61 bool shutting_down_; variable
/external/google-breakpad/src/client/windows/crash_generation/
Dcrash_generation_server.cc126 shutting_down_(false), in CrashGenerationServer()
146 shutting_down_ = true; in ~CrashGenerationServer()
275 if (shutting_down_) { in HandleErrorState()
580 if (shutting_down_) { in HandleDisconnectingState()
716 if (shutting_down_) { in HandleConnectionRequest()
801 if (shutting_down_) { in AddClient()
861 if (shutting_down_) { in HandleClientProcessExit()
Dcrash_generation_server.h281 bool shutting_down_; variable
/external/tensorflow/tensorflow/core/distributed_runtime/eager/
Deager_service_impl.h48 if (shutting_down_) { in EagerServiceImpl()
69 shutting_down_ = true; in ~EagerServiceImpl()
225 bool shutting_down_ GUARDED_BY(gc_thread_shutdown_mu_) = false;
/external/grpc-grpc/src/core/ext/filters/client_channel/lb_policy/grpclb/
Dgrpclb.cc290 bool shutting_down_ = false; member in grpc_core::__anond33a00300111::GrpcLb
503 GPR_ASSERT(!grpclb_policy()->shutting_down_); in BalancerCallState()
861 if (!grpclb_policy->shutting_down_) { in OnBalancerMessageReceivedLocked()
900 GPR_ASSERT(!grpclb_policy->shutting_down_); in OnBalancerStatusReceivedLocked()
1089 shutting_down_ = true; in ShutdownLocked()
1384 if (shutting_down_) return; in StartBalancerCallLocked()
1401 if (grpclb_policy->serverlist_ == nullptr && !grpclb_policy->shutting_down_ && in OnFallbackTimerLocked()
1441 if (!grpclb_policy->shutting_down_ && error == GRPC_ERROR_NONE && in OnBalancerCallRetryTimerLocked()
1458 if (grpclb_policy->shutting_down_) goto done; in OnBalancerChannelConnectivityChangedLocked()
1715 if (shutting_down_) return; in CreateOrUpdateRoundRobinPolicyLocked()
[all …]
/external/grpc-grpc/test/cpp/end2end/
Dthread_stress_test.cc176 shutting_down_ = false; in SetUp()
193 shutting_down_ = true; in TearDown()
233 if (!shutting_down_) { in RefreshContext()
255 bool shutting_down_; member in grpc::testing::CommonStressTestAsyncServer
/external/grpc-grpc/src/core/ext/filters/client_channel/lb_policy/
Dsubchannel_list.h201 bool shutting_down() const { return shutting_down_; } in shutting_down()
265 bool shutting_down_ = false; variable
562 GPR_ASSERT(!shutting_down_); in ShutdownLocked()
563 shutting_down_ = true; in ShutdownLocked()
/external/tensorflow/tensorflow/core/common_runtime/eager/
Dcontext.cc373 shutting_down_ = true; in WaitForAndCloseRemoteContexts()
430 shutting_down_ = true; in ~EagerContext()
1082 if (shutting_down_) { in SetMasterContextState()
1089 if (shutting_down_) { in SetMasterContextState()
Dcontext.h589 bool shutting_down_ GUARDED_BY(keep_alive_thread_shutdown_mu_) = false;
/external/tensorflow/tensorflow/compiler/xla/python/tpu_driver/
Dgrpc_tpu_driver.cc289 bool shutting_down_ ABSL_GUARDED_BY(request_lock_) = false;
470 shutting_down_ = true; in ~GrpcTpuStream()
632 if (shutting_down_) { in StreamWriterFn()