t_timerfd.c | 260 struct timespec then, now, delta; local in function:ATF_TC_BODY 266 RL(clock_gettime(CLOCK_MONOTONIC, &then)); 267 timespecadd(&then, &its.it_value, &its.it_value); 282 timespecsub(&now, &then, &delta); 284 "then=%jd.%09lu now=%jd.%09lu delta=%jd.%09lu", 285 (intmax_t)then.tv_sec, then.tv_nsec, 301 struct timespec then, now, delta; local in function:ATF_TC_BODY 313 ATF_REQUIRE(clock_gettime(CLOCK_MONOTONIC, &then) == 0); 325 timespecsub(&now, &then, &delta) 344 struct timespec then, now, delta; local in function:ATF_TC_BODY 383 struct timespec then, now, delta; local in function:ATF_TC_BODY 627 struct timespec then, now; local in function:ATF_TC_BODY 720 struct timespec then, now, delta; local in function:ATF_TC_BODY [all...] |