Searched refs:process_needs_restart (Results 1 – 1 of 1) sorted by relevance
101 static time_t process_needs_restart; variable444 if ((next_start_time < process_needs_restart) || in restart_service_if_needed()445 (process_needs_restart == 0)) { in restart_service_if_needed()446 process_needs_restart = next_start_time; in restart_service_if_needed()452 process_needs_restart = 0; in restart_processes()989 if (process_needs_restart) { in main()990 timeout = (process_needs_restart - gettime()) * 1000; in main()