Searched refs:process_needs_restart (Results 1 - 1 of 1) sorted by relevance

/system/core/init/
H A Dinit.c101 static time_t process_needs_restart; variable
444 if ((next_start_time < process_needs_restart) ||
445 (process_needs_restart == 0)) {
446 process_needs_restart = next_start_time;
452 process_needs_restart = 0;
989 if (process_needs_restart) {
990 timeout = (process_needs_restart - gettime()) * 1000;

Completed in 4 milliseconds