Midnight Sun Firmware
|
Thread helper/management library. More...
Functions | |
void | thread_sleep_s (unsigned int seconds) |
Sleep the current Linux pthread with the specified seconds. More... | |
void | thread_sleep_ms (unsigned int milliseconds) |
Sleep the current Linux pthread with the specified milliseconds. More... | |
Thread helper/management library.
void thread_sleep_ms | ( | unsigned int | milliseconds | ) |
Sleep the current Linux pthread with the specified milliseconds.
milliseconds | Milliseconds to block the current thread |
void thread_sleep_s | ( | unsigned int | seconds | ) |
Sleep the current Linux pthread with the specified seconds.
seconds | Seconds to block the current thread |