Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/lib/iomgr/
Dtimer_generic.cc237 static struct shared_mutables g_shared_mutables; variable
265 g_shared_mutables.initialized = true; in timer_list_init()
266 g_shared_mutables.checker_mu = GPR_SPINLOCK_INITIALIZER; in timer_list_init()
267 gpr_mu_init(&g_shared_mutables.mu); in timer_list_init()
268 g_shared_mutables.min_timer = grpc_core::ExecCtx::Get()->Now(); in timer_list_init()
280 shard->queue_deadline_cap = g_shared_mutables.min_timer; in timer_list_init()
301 gpr_mu_destroy(&g_shared_mutables.mu); in timer_list_shutdown()
309 g_shared_mutables.initialized = false; in timer_list_shutdown()
370 if (!g_shared_mutables.initialized) { in timer_init()
421 gpr_mu_lock(&g_shared_mutables.mu); in timer_init()
[all …]