Home
last modified time | relevance | path

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

/third_party/grpc/src/core/lib/security/transport/
Dsecure_endpoint.cc59 gpr_mu_init(&protector_mu); in secure_endpoint()
80 gpr_mu_destroy(&protector_mu); in ~secure_endpoint()
87 gpr_mu protector_mu; member
202 gpr_mu_lock(&ep->protector_mu); in on_read()
206 gpr_mu_unlock(&ep->protector_mu); in on_read()
317 gpr_mu_lock(&ep->protector_mu); in endpoint_write()
321 gpr_mu_unlock(&ep->protector_mu); in endpoint_write()
341 gpr_mu_lock(&ep->protector_mu); in endpoint_write()
345 gpr_mu_unlock(&ep->protector_mu); in endpoint_write()