Home
last modified time | relevance | path

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

/third_party/grpc/src/core/lib/iomgr/
Dtimer_generic.cc94 static gpr_mu g_hash_mu[NUM_HASH_BUCKETS]; /* One mutex per bucket */ variable
99 gpr_mu_init(&g_hash_mu[i]); in init_timer_ht()
105 gpr_mu_destroy(&g_hash_mu[i]); in destroy_timer_ht()
112 gpr_mu_lock(&g_hash_mu[i]); in is_in_ht()
117 gpr_mu_unlock(&g_hash_mu[i]); in is_in_ht()
126 gpr_mu_lock(&g_hash_mu[i]); in add_to_ht()
145 gpr_mu_unlock(&g_hash_mu[i]); in add_to_ht()
152 gpr_mu_lock(&g_hash_mu[i]); in remove_from_ht()
167 gpr_mu_unlock(&g_hash_mu[i]); in remove_from_ht()