Searched refs:SleepSeconds (Results 1 – 5 of 5) sorted by relevance
53 void SleepSeconds(int Seconds);
72 SleepSeconds(Seconds); in AlarmHandler()427 void SleepSeconds(int Seconds) { in SleepSeconds() function
143 void SleepSeconds(int Seconds) { in SleepSeconds() function
153 void SleepSeconds(int Seconds) { Sleep(Seconds * 1000); } in SleepSeconds() function
224 SleepSeconds(600); in PulseThread()310 SleepSeconds(1); in RssThread()