Searched refs:write_mu_ (Results 1 – 2 of 2) sorted by relevance
56 gpr_mu_init(&write_mu_); in CliCall()74 gpr_mu_destroy(&write_mu_); in ~CliCall()127 gpr_mu_lock(&write_mu_); in WriteAndWait()131 gpr_cv_wait(&write_cv_, &write_mu_, gpr_inf_future(GPR_CLOCK_MONOTONIC)); in WriteAndWait()133 gpr_mu_unlock(&write_mu_); in WriteAndWait()137 gpr_mu_lock(&write_mu_); in WritesDoneAndWait()141 gpr_cv_wait(&write_cv_, &write_mu_, gpr_inf_future(GPR_CLOCK_MONOTONIC)); in WritesDoneAndWait()143 gpr_mu_unlock(&write_mu_); in WritesDoneAndWait()157 gpr_mu_lock(&write_mu_); in ReadAndMaybeNotifyWrite()160 gpr_mu_unlock(&write_mu_); in ReadAndMaybeNotifyWrite()[all …]
91 gpr_mu write_mu_; variable