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

/system/core/init/
H A Dinit.c81 static time_t process_needs_restart; variable
421 if ((next_start_time < process_needs_restart) ||
422 (process_needs_restart == 0)) {
423 process_needs_restart = next_start_time;
429 process_needs_restart = 0;
1008 if (process_needs_restart) {
1009 timeout = (process_needs_restart - gettime()) * 1000;

Completed in 136 milliseconds