Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/lib/iomgr/
Dtimer_generic.cc561 grpc_millis* new_min_deadline, grpc_error* error) { in pop_timers() argument
570 *new_min_deadline = compute_min_deadline(shard); in pop_timers()
618 grpc_millis new_min_deadline; in run_some_expired_timers() local
623 if (pop_timers(g_shard_queue[0], now, &new_min_deadline, error) > 0) { in run_some_expired_timers()
633 g_shard_queue[0]->min_deadline, new_min_deadline, now); in run_some_expired_timers()
641 g_shard_queue[0]->min_deadline = new_min_deadline; in run_some_expired_timers()