Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/lib/iomgr/
Dtimer_generic.cc92 static gpr_mu g_hash_mu[NUM_HASH_BUCKETS]; /* One mutex per bucket */ variable
97 gpr_mu_init(&g_hash_mu[i]); in init_timer_ht()
103 gpr_mu_destroy(&g_hash_mu[i]); in destroy_timer_ht()
110 gpr_mu_lock(&g_hash_mu[i]); in is_in_ht()
115 gpr_mu_unlock(&g_hash_mu[i]); in is_in_ht()
124 gpr_mu_lock(&g_hash_mu[i]); in add_to_ht()
143 gpr_mu_unlock(&g_hash_mu[i]); in add_to_ht()
150 gpr_mu_lock(&g_hash_mu[i]); in remove_from_ht()
165 gpr_mu_unlock(&g_hash_mu[i]); in remove_from_ht()