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

/system/core/init/
H A Dinit.c94 static time_t process_needs_restart; variable
428 if ((next_start_time < process_needs_restart) ||
429 (process_needs_restart == 0)) {
430 process_needs_restart = next_start_time;
436 process_needs_restart = 0;
1111 if (process_needs_restart) {
1112 timeout = (process_needs_restart - gettime()) * 1000;

Completed in 5 milliseconds