diff --git a/doc/core/moving-to-c++.md b/doc/core/moving-to-c++.md index 6f454320bf2c6..49daf61aae31f 100644 --- a/doc/core/moving-to-c++.md +++ b/doc/core/moving-to-c++.md @@ -38,10 +38,9 @@ C++ compatible with - gRPC main libraries (grpc, grpc+++, and plugins) cannot use following C++ libraries: (Test and example codes are relatively free from this constraints) - ``. Use `grpc_core::Thread`. - - ``. Use `gpr_cv_init`. + - ``. Use `grpc_core::CondVar`. + - ``. Use `grpc_core::Mutex`, `grpc_core::MutexLock`, and `grpc_core::ReleasableMutexLock`. - `` - - ``. Use `gpr_mu_init`. - - `` - `` - `` - ``