Lines Matching refs:struct
43 int clock_getres(clockid_t, struct timespec *);
44 int clock_gettime(clockid_t, struct timespec *);
45 int clock_settime(clockid_t, const struct timespec *);
47 int nanosleep(const struct timespec *, struct timespec *);
52 const struct timespec *_RESTRICT_KYWD);
54 int timer_create(clockid_t, struct sigevent *_RESTRICT_KYWD,
58 int timer_gettime(timer_t, struct itimerspec *);
59 int timer_settime(timer_t, int, const struct itimerspec *_RESTRICT_KYWD,
60 struct itimerspec *_RESTRICT_KYWD);