Searched refs:process_needs_restart (Results 1 – 1 of 1) sorted by relevance
79 static time_t process_needs_restart; variable467 if ((next_start_time < process_needs_restart) || in restart_service_if_needed()468 (process_needs_restart == 0)) { in restart_service_if_needed()469 process_needs_restart = next_start_time; in restart_service_if_needed()475 process_needs_restart = 0; in restart_processes()1116 if (process_needs_restart) { in main()1117 timeout = (process_needs_restart - gettime()) * 1000; in main()