|
llvm-mos-sdk
|
#include <stddef.h>
Go to the source code of this file.
Classes | |
| struct | timespec |
Macros | |
| #define | CLOCK_REALTIME ((clockid_t)0) |
Typedefs | |
| typedef long long | time_t |
| typedef int | clockid_t |
Functions | |
| long | clock (void) |
| int | clock_getres (clockid_t clock_id, struct timespec *res) |
| int | clock_gettime (clockid_t clock_id, struct timespec *tp) |
| int | clock_settime (clockid_t clock_id, const struct timespec *tp) |
| #define CLOCK_REALTIME ((clockid_t)0) |
| typedef int clockid_t |
| typedef long long time_t |
| long clock | ( | void | ) |