Searched refs:next_pause (Results 1 – 1 of 1) sorted by relevance
1899 time_t next_pause = start + pause_delay_; in Run() local1948 if (next_pause && now >= next_pause) { in Run()1954 next_pause = 0; in Run()1964 next_pause = NextOccurance(pause_delay_, start, now); in Run()