Lines Matching refs:timespec
29 #include "util/timespec.h"
35 struct timespec a, b, r;
48 struct timespec a, b, r;
61 struct timespec a;
70 struct timespec a;
79 struct timespec a;
88 struct timespec a;
134 struct timespec a, r;
184 struct timespec a, r;
195 struct timespec a, b;
206 struct timespec a, b;
217 struct timespec a;
242 struct timespec a;
263 struct timespec a;
284 struct timespec a;
301 struct timespec zero = { 0 };
302 struct timespec non_zero_sec = { 1, 0 };
303 struct timespec non_zero_nsec = { 0, 1 };
312 struct timespec a = { 2, 1 };
313 struct timespec b = { -1, 2 };
324 struct timespec a;
325 struct timespec b;