Home
last modified time | relevance | path

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

/external/grpc-grpc/include/grpcpp/
Dserver.h210 bool shutdown_notified_; // Was notify called on the shutdown_cv_ variable
/external/grpc-grpc/src/cpp/server/
Dserver_cc.cc398 shutdown_notified_(false), in Server()
642 shutdown_notified_ = true; in ShutdownInternal()
649 while (started_ && !shutdown_notified_) { in Wait()