Home
last modified time | relevance | path

Searched refs:next_pause (Results 1 – 1 of 1) sorted by relevance

/external/stressapptest/src/
Dsat.cc1899 time_t next_pause = start + pause_delay_; in Run() local
1948 if (next_pause && now >= next_pause) { in Run()
1954 next_pause = 0; in Run()
1964 next_pause = NextOccurance(pause_delay_, start, now); in Run()