Home
last modified time | relevance | path

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

/third_party/grpc/src/core/lib/surface/
Dcall.cc119 parent_call() { gpr_mu_init(&child_list_mu); } in parent_call()
120 ~parent_call() { gpr_mu_destroy(&child_list_mu); } in ~parent_call()
122 gpr_mu child_list_mu; member
443 gpr_mu_lock(&pc->child_list_mu); in grpc_call_create()
453 gpr_mu_unlock(&pc->child_list_mu); in grpc_call_create()
590 gpr_mu_lock(&pc->child_list_mu); in grpc_call_unref()
599 gpr_mu_unlock(&pc->child_list_mu); in grpc_call_unref()
1209 gpr_mu_lock(&pc->child_list_mu); in post_batch_completion()
1222 gpr_mu_unlock(&pc->child_list_mu); in post_batch_completion()