Imported Upstream version 1.36.0
[platform/upstream/grpc.git] / test / core / handshake / server_ssl_common.cc
index aa98367..e16fc0e 100644 (file)
@@ -86,7 +86,7 @@ class ServerInfo {
 
   void Await() {
     grpc_core::MutexLock lock(&mu_);
-    cv_.WaitUntil(&mu_, [this] { return ready_; });
+    grpc_core::WaitUntil(&cv_, &mu_, [this] { return ready_; });
   }
 
  private: