Searched refs:time_until_next_process_ms (Results 1 – 1 of 1) sorted by relevance
241 int64_t time_until_next_process_ms = 10; in TimeUntilNextProcess() local244 if (next_process_ms < time_until_next_process_ms) in TimeUntilNextProcess()245 time_until_next_process_ms = next_process_ms; in TimeUntilNextProcess()247 if (time_until_next_process_ms < 0) in TimeUntilNextProcess()248 time_until_next_process_ms = 0; in TimeUntilNextProcess()249 return time_until_next_process_ms; in TimeUntilNextProcess()