Searched refs:restart_time (Results 1 – 1 of 1) sorted by relevance
362 auto restart_time = s->time_started() + s->restart_period(); in HandleProcessActions() local363 if (boot_clock::now() > restart_time) { in HandleProcessActions()368 if (!next_process_action_time || restart_time < *next_process_action_time) { in HandleProcessActions()369 next_process_action_time = restart_time; in HandleProcessActions()