Searched refs:g_hash_mu (Results 1 – 1 of 1) sorted by relevance
92 static gpr_mu g_hash_mu[NUM_HASH_BUCKETS]; /* One mutex per bucket */ variable97 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()