grpc/test/cpp/client
Soheil Hassas Yeganeh a26c09dd25 Introduce C++ wrappers for gpr_mu and gpr_cv.
Introduce RAII wrappers in the grpc::internal and grpc_core
namespaces, and use them in place of std::mutex and
std::condition_variable.

Note that, since std::mutex is also used by the public
C++ headers we cannot introduce these wrappers in grpc_core.

Also, note that in grpcpp we cannot use gRPC core and vice versa.
So we had to duplicate the code, once using core_codegen_interface
and once using direct calls.
2019-04-08 18:27:07 -04:00
..
BUILD Fix BUILD files. Manually edit bzl files 2018-12-06 14:37:52 -08:00
client_channel_stress_test.cc Introduce C++ wrappers for gpr_mu and gpr_cv. 2019-04-08 18:27:07 -04:00
credentials_test.cc Change grpc++ references in names to grpcpp 2018-03-08 22:04:59 -08:00