Lines Matching full:timespec
121 struct timespec
127 #endif /* timespec not defined and <time.h> or need timespec. */
164 struct timespec it_interval;
165 struct timespec it_value;
327 extern int nanosleep (__const struct timespec *__requested_time,
328 struct timespec *__remaining);
332 extern int clock_getres (clockid_t __clock_id, struct timespec *__res) __THROW;
335 extern int clock_gettime (clockid_t __clock_id, struct timespec *__tp) __THROW;
338 extern int clock_settime (clockid_t __clock_id, __const struct timespec *__tp)
347 __const struct timespec *__req,
348 struct timespec *__rem);