Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/contrib/verbs/
Dgrpc_verbs_service.cc30 : is_shutdown_(false), worker_env_(worker_env) { in GrpcVerbsService()
44 if (!is_shutdown_) { in Shutdown()
46 is_shutdown_ = true; in Shutdown()
70 if (!is_shutdown_) { \
Dgrpc_verbs_service.h50 bool is_shutdown_ GUARDED_BY(shutdown_mu_);
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Dgrpc_worker_service.cc77 if (!is_shutdown_) { \
108 is_shutdown_(false) { in GrpcWorkerServiceThread()
123 is_shutdown_ = true; in Shutdown()
351 if (!is_shutdown_) { in EnqueueRecvTensorRequestRaw()
370 bool is_shutdown_ GUARDED_BY(shutdown_mu_);
378 : is_shutdown_(false) { in GrpcWorkerService()
397 if (!is_shutdown_) { in Shutdown()
399 is_shutdown_ = true; in Shutdown()
426 bool is_shutdown_ GUARDED_BY(service_shutdown_mu_);
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_ GUARDED_BY(mu_);
/external/google-breakpad/src/client/windows/handler/
Dexception_handler.cc169 is_shutdown_ = false; in Initialize()
354 is_shutdown_ = true; in ~ExceptionHandler()
394 if (self->is_shutdown_) { in ExceptionHandlerThreadMain()
Dexception_handler.h446 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::__anonbab8626c0111::Worker