Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/ext/filters/client_channel/
Dclient_channel.cc1402 grpc_millis next_attempt_time; in do_retry() local
1404 next_attempt_time = grpc_core::ExecCtx::Get()->Now() + server_pushback_ms; in do_retry()
1417 next_attempt_time = calld->retry_backoff->NextAttemptTime(); in do_retry()
1422 calld, next_attempt_time - grpc_core::ExecCtx::Get()->Now()); in do_retry()
1427 grpc_timer_init(&calld->retry_timer, next_attempt_time, &calld->pick_closure); in do_retry()