void thread_sleep_s(unsigned int seconds)
Sleep the current Linux pthread with the specified seconds.
Definition: thread_helpers.cc:18
void thread_sleep_ms(unsigned int milliseconds)
Sleep the current Linux pthread with the specified milliseconds.
Definition: thread_helpers.cc:25