Searched refs:twmin (Results 1 – 1 of 1) sorted by relevance
53 struct timespec ts, to, te, twmin, twmax; in run() local88 twmin.tv_sec = WAITTIME; in run()89 twmin.tv_nsec = 0; in run()94 t = twmin; in run()100 twmax = twmin; in run()103 ATF_REQUIRE(timespeccmp(&to, &twmin, >=)); in run()