Home | History | Annotate | Download | only in timetest

Lines Matching refs:timespec

15     struct timespec t;
26 static struct timespec ts_sub(struct timespec a, struct timespec b)
28 struct timespec r;
42 static struct timespec ts_min(struct timespec a, struct timespec b)
50 static struct timespec ts_max(struct timespec a, struct timespec b)
61 struct timespec t1, dtmin, dtminp, dtmax;
80 struct timespec t, dt;