Lines Matching defs:ots
90 struct timespec ots, ts;
99 ATF_REQUIRE(clock_gettime(CLOCK_MONOTONIC, &ots) == 0);
115 timespecsub(&ts, &ots, &ts);
133 timespecsub(&ts, &ots, &ts);
147 ATF_REQUIRE(clock_gettime(CLOCK_MONOTONIC, &ots) == 0);
152 timespecsub(&ts, &ots, &ts);
278 struct timespec ts, ots;
284 ATF_REQUIRE(clock_gettime(CLOCK_REALTIME, &ots) == 0);
285 ATF_REQUIRE(ots.tv_sec < INTPTR_MAX - TIME1_TOTAL_SEC);
287 seconds = ots.tv_sec + TIME1_TOTAL_SEC;
294 timespecsub(&ts, &ots, &ts);
313 struct timespec ts, ots;
321 ATF_REQUIRE(clock_gettime(CLOCK_MONOTONIC, &ots) == 0);
325 timespecsub(&ts, &ots, &ts);