Home
last modified time | relevance | path

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

/third_party/grpc/test/cpp/end2end/
Dtest_service_impl.h93 cv_rpc_started_.wait(lock, [this] { return rpc_started_; }); in ClientWaitUntilRpcStarted()
101 rpc_started_ = true; in SignalClientThatRpcStarted()
113 bool rpc_started_ /* GUARDED_BY(mu_) */ = false; variable