|
Pyrogenesis
13997
|
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 long suseconds_t |
| typedef unsigned long useconds_t |
| LIB_API char* strptime | ( | const char * | buf, |
| const char * | format, | ||
| struct tm * | timeptr | ||
| ) |
| LIB_API int usleep | ( | useconds_t | us | ) |
1.8.5