fsautoproc
Basic file transformation automation management utility
|
Time utility implementation. More...
Functions | |
uint64_t | tmnow (void) |
Get the current system time in milliseconds. | |
void | tmsleep (const uint32_t ms) |
Sleep for the specified number of milliseconds. |
Time utility implementation.
uint64_t tmnow | ( | void | ) |
Get the current system time in milliseconds.
void tmsleep | ( | uint32_t | ms | ) |
Sleep for the specified number of milliseconds.
ms | The number of milliseconds to sleep. Must be greater than 0. |