25 #ifndef ICL_CORE_OS_TIME_H_INCLUDED 26 #define ICL_CORE_OS_TIME_H_INCLUDED 30 #if defined _SYSTEM_POSIX_ 32 #elif defined _SYSTEM_WIN32_ 35 # error "No os_time implementation defined for this platform." 51 inline unsigned int sleep(
unsigned int seconds)
56 inline int usleep(
unsigned long useconds)
Posix implementation of the global functions for time manipulation,.
Win32 implementation of the global functions for time manipulation,.
int usleep(unsigned long useconds)
unsigned int sleep(unsigned int seconds)
Definition of the implementation namespace for global functions.
int nanosleep(const struct timespec *rqtp, struct timespec *rmtp=0)
void gettimeofday(struct timespec *time)