Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/ext/filters/client_channel/
Dbackup_poller.cc57 static int g_poll_interval_ms = DEFAULT_POLL_INTERVAL_MS; variable
68 env, g_poll_interval_ms); in init_globals()
70 g_poll_interval_ms = poll_interval_ms; in init_globals()
126 grpc_core::ExecCtx::Get()->Now() + g_poll_interval_ms, in run_poller()
143 grpc_core::ExecCtx::Get()->Now() + g_poll_interval_ms, in g_poller_init_locked()
151 if (g_poll_interval_ms == 0) { in grpc_client_channel_start_backup_polling()
169 if (g_poll_interval_ms == 0) { in grpc_client_channel_stop_backup_polling()