Pyrogenesis  trunk
Classes | Typedefs | Enumerations | Functions
wtime.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  timespec
 

Typedefs

typedef unsigned long useconds_t
 
typedef long suseconds_t
 

Enumerations

enum  clockid_t { CLOCK_REALTIME, CLOCK_MONOTONIC }
 

Functions

LIB_API unsigned sleep (unsigned sec)
 
LIB_API int usleep (useconds_t us)
 
int nanosleep (const struct timespec *rqtp, struct timespec *rmtp)
 
int clock_gettime (clockid_t clock, struct timespec *ts)
 
int clock_getres (clockid_t clock, struct timespec *res)
 
LIB_API char * strptime (const char *buf, const char *format, struct tm *timeptr)
 

Typedef Documentation

typedef long suseconds_t
typedef unsigned long useconds_t

Enumeration Type Documentation

enum clockid_t
Enumerator
CLOCK_REALTIME 
CLOCK_MONOTONIC 

Function Documentation

int clock_getres ( clockid_t  clock,
struct timespec res 
)
int clock_gettime ( clockid_t  clock,
struct timespec ts 
)
int nanosleep ( const struct timespec rqtp,
struct timespec rmtp 
)
LIB_API unsigned sleep ( unsigned  sec)
LIB_API char* strptime ( const char *  buf,
const char *  format,
struct tm *  timeptr 
)
LIB_API int usleep ( useconds_t  us)