Searched refs:SleepSeconds (Results 1 – 4 of 4) sorted by relevance
49 void SleepSeconds(int Seconds);
85 void SleepSeconds(int Seconds) { in SleepSeconds() function
140 void SleepSeconds(int Seconds) { Sleep(Seconds * 1000); } in SleepSeconds() function
197 SleepSeconds(600); in PulseThread()250 SleepSeconds(1); in RssThread()