Searched refs:NextOccurance (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/stressapptest/git/src/ |
| H A D | sat.cc | 1844 inline time_t NextOccurance(time_t frequency, time_t start, time_t now) { in NextOccurance() function 1934 next_print = NextOccurance(print_delay_, start, now); in Run() 1945 next_injection = NextOccurance(kInjectionFrequency, start, now); in Run() 1964 next_pause = NextOccurance(pause_delay_, start, now); in Run() 1968 sat_sleep(NextOccurance(kSleepFrequency, start, now) - now); in Run()
|