Home
last modified time | relevance | path

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

/third_party/grpc/include/grpcpp/
Dserver.h341 bool shutdown_done_ = false; variable
Dserver_impl.h337 bool shutdown_done_ = false; variable
/third_party/grpc/src/cpp/server/
Dserver_cc.cc1133 shutdown_done_ = true; in UnrefWithPossibleNotify()
1141 shutdown_done_ = true; in UnrefAndWaitLocked()
1144 shutdown_done_cv_.WaitUntil(&mu_, [this] { return shutdown_done_; }); in UnrefAndWaitLocked()