Lines Matching refs:timespec
539 int nanosleep(const struct timespec *rqtp, struct timespec *rmtp) in nanosleep()
541 struct timespec old_ts = {0}; in nanosleep()
542 struct timespec new_ts = {0}; in nanosleep()
595 int clock_getres(clockid_t clockid, struct timespec *res) in clock_getres()
628 int clock_gettime(clockid_t clockid, struct timespec *tp) in clock_gettime()
663 int clock_nanosleep(clockid_t clockid, int flags, const struct timespec *rqtp, struct timespec *rmt… in clock_nanosleep()
665 struct timespec ts = {0}; in clock_nanosleep()
720 int clock_settime(clockid_t clockid, const struct timespec *tp) in clock_settime()
758 int rt_timespec_to_tick(const struct timespec *time) in rt_timespec_to_tick()
763 struct timespec tp = {0}; in rt_timespec_to_tick()
806 struct timespec interval; /* Reload value */
807 struct timespec value; /* Reload value */
1165 struct timespec ts = {0}; in timer_settime()