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

Go to the source code of this file.

Typedefs

typedef unsigned long useconds_t
 
typedef long suseconds_t
 

Functions

unsigned sleep (unsigned sec)
 
int usleep (useconds_t us)
 
int nanosleep (const struct timespec *rqtp, struct timespec *rmtp)
 
char * strptime (const char *buf, const char *format, struct tm *timeptr)
 

Typedef Documentation

◆ suseconds_t

typedef long suseconds_t

◆ useconds_t

typedef unsigned long useconds_t

Function Documentation

◆ nanosleep()

int nanosleep ( const struct timespec *  rqtp,
struct timespec *  rmtp 
)

◆ sleep()

unsigned sleep ( unsigned  sec)

◆ strptime()

char* strptime ( const char *  buf,
const char *  format,
struct tm *  timeptr 
)

◆ usleep()

int usleep ( useconds_t  us)