Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/stressapptest/git/src/
H A Dsat.h166 int print_delay_; // Chatty update frequency. variable
H A Dsat.cc679 print_delay_ = 10; in Sat()
855 ARG_IVALUE("--printsec", print_delay_); in ParseArgs()
1898 time_t next_print = start + print_delay_; in Run()
1934 next_print = NextOccurance(print_delay_, start, now); in Run()