Home
last modified time | relevance | path

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

/third_party/grpc/src/core/lib/iomgr/
Dtimer_generic.cc239 static struct shared_mutables g_shared_mutables; variable
267 g_shared_mutables.initialized = true; in timer_list_init()
268 g_shared_mutables.checker_mu = GPR_SPINLOCK_INITIALIZER; in timer_list_init()
269 gpr_mu_init(&g_shared_mutables.mu); in timer_list_init()
270 g_shared_mutables.min_timer = grpc_core::ExecCtx::Get()->Now(); in timer_list_init()
282 shard->queue_deadline_cap = g_shared_mutables.min_timer; in timer_list_init()
303 gpr_mu_destroy(&g_shared_mutables.mu); in timer_list_shutdown()
311 g_shared_mutables.initialized = false; in timer_list_shutdown()
372 if (!g_shared_mutables.initialized) { in timer_init()
424 gpr_mu_lock(&g_shared_mutables.mu); in timer_init()
[all …]