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_posix |
Internal implementation details for POSIX systems. | |
Functions | |
void | icl_core::os::hidden_posix::gettimeofday (struct timespec *time) |
int | icl_core::os::hidden_posix::nanosleep (const struct timespec *rqtp, struct timespec *rmtp) |
unsigned int | icl_core::os::hidden_posix::sleep (unsigned int seconds) |
int | icl_core::os::hidden_posix::usleep (unsigned long useconds) |
Definition in file os_posix_time.cpp.