Lines Matching refs:timespec
63 int timespec_get(struct timespec *, int);
84 struct timespec it_interval;
85 struct timespec it_value;
103 int nanosleep (const struct timespec *, struct timespec *);
104 int clock_getres (clockid_t, struct timespec *);
105 int clock_gettime (clockid_t, struct timespec *);
106 int clock_settime (clockid_t, const struct timespec *);
107 int clock_nanosleep (clockid_t, int, const struct timespec *, struct timespec *);