Lines Matching refs:timespec
66 tshzto(const struct timespec *tsp)
68 struct timespec now, ts;
77 tshztoup(const struct timespec *tsp)
79 struct timespec now, ts;
88 inittimeleft(struct timespec *ts, struct timespec *sleepts)
100 gettimeleft(struct timespec *ts, struct timespec *sleepts)
102 struct timespec now, sleptts;
124 clock_timeleft(clockid_t clockid, struct timespec *ts, struct timespec *sleepts)
126 struct timespec sleptts;
135 clock_gettime1(clockid_t clock_id, struct timespec *ts)
200 * Calculate delta and convert from struct timespec to the ticks.
203 ts2timo(clockid_t clock_id, int flags, struct timespec *ts,
204 int *timo, struct timespec *start)
207 struct timespec tsd;