#include <sys/types.h>
#include <sys/timeb.h>
#include "icl_core/TimeSpan.h"
#include "icl_core/TimeStamp.h"
#include "icl_core/os_win32_time.h"
Go to the source code of this file.
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) |
Definition in file os_win32_time.cpp.