Lines Matching refs:timespec
62 int timespec_get(struct timespec *, int);
82 struct timespec it_interval;
83 struct timespec it_value;
101 int nanosleep (const struct timespec *, struct timespec *);
102 int clock_getres (clockid_t, struct timespec *);
103 int clock_gettime (clockid_t, struct timespec *);
104 int clock_settime (clockid_t, const struct timespec *);
105 int clock_nanosleep (clockid_t, int, const struct timespec *, struct timespec *);