Lines Matching refs:timespec
17 struct timespec x;
23 F(struct timespec,it_interval)
24 F(struct timespec,it_value)
58 {int(*p)(clockid_t,struct timespec*) = clock_getres;}
59 {int(*p)(clockid_t,struct timespec*) = clock_gettime;}
60 {int(*p)(clockid_t,int,const struct timespec*,struct timespec*) = clock_nanosleep;}
61 {int(*p)(clockid_t,const struct timespec*) = clock_settime;}
65 {int(*p)(const struct timespec*,struct timespec*) = nanosleep;}