Home
last modified time | relevance | path

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

/external/grpc-grpc/test/cpp/util/
Dgrpc_tool.cc181 gpr_mu* parser_mu, bool print_mode) { in ReadResponse() argument
191 gpr_mu_lock(parser_mu); in ReadResponse()
197 gpr_mu_unlock(parser_mu); in ReadResponse()
535 gpr_mu parser_mu; in CallMethod() local
536 gpr_mu_init(&parser_mu); in CallMethod()
538 parser.get(), &parser_mu, print_mode); in CallMethod()
549 gpr_mu_lock(&parser_mu); in CallMethod()
557 gpr_mu_unlock(&parser_mu); in CallMethod()
560 gpr_mu_unlock(&parser_mu); in CallMethod()