Home
last modified time | relevance | path

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

/third_party/grpc/include/grpcpp/
Dserver.h340 internal::CondVar shutdown_done_cv_; variable
Dserver_impl.h336 grpc::internal::CondVar shutdown_done_cv_; variable
/third_party/grpc/src/cpp/server/
Dserver_cc.cc1134 shutdown_done_cv_.Signal(); in UnrefWithPossibleNotify()
1144 shutdown_done_cv_.WaitUntil(&mu_, [this] { return shutdown_done_; }); in UnrefAndWaitLocked()