Win32 implementation of the global functions for time manipulation,. More...
Go to the source code of this file.
Classes | |
struct | timespec |
Namespaces | |
namespace | icl_core |
namespace | icl_core::os |
Namespace for operating system specific implementations. | |
namespace | icl_core::os::hidden_win32 |
Internal implementation details for Win32 systems. | |
Functions | |
void | icl_core::os::hidden_win32::gettimeofday (struct timespec *time) |
int | icl_core::os::hidden_win32::nanosleep (const struct timespec *rqtp, struct timespec *rmtp) |
unsigned int | icl_core::os::hidden_win32::sleep (unsigned int seconds) |
int | icl_core::os::hidden_win32::usleep (unsigned long useconds) |
Win32 implementation of the global functions for time manipulation,.
Definition in file os_win32_time.h.