Home
last modified time | relevance | path

Searched refs:shutdown_notified_ (Results 1 – 3 of 3) sorted by relevance

/third_party/grpc/include/grpcpp/
Dserver.h339 bool shutdown_notified_; // Was notify called on the shutdown_cv_ variable
Dserver_impl.h335 bool shutdown_notified_; // Was notify called on the shutdown_cv_ variable
/third_party/grpc/src/cpp/server/
Dserver_cc.cc908 shutdown_notified_(false), in Server()
1290 shutdown_notified_ = true; in ShutdownInternal()
1305 while (started_ && !shutdown_notified_) { in Wait()