Contains global functions for time manipulation, encapsulated into the icl_core::os namespace. More...
#include "icl_core/os_ns.h"
Go to the source code of this file.
Namespaces | |
namespace | icl_core |
namespace | icl_core::os |
Namespace for operating system specific implementations. | |
Functions | |
void | icl_core::os::gettimeofday (struct timespec *time) |
int | icl_core::os::nanosleep (const struct timespec *rqtp, struct timespec *rmtp=0) |
unsigned int | icl_core::os::sleep (unsigned int seconds) |
int | icl_core::os::usleep (unsigned long useconds) |
Contains global functions for time manipulation, encapsulated into the icl_core::os namespace.
Definition in file os_time.h.