HomeSort by: relevance | last modified time | path
    Searched defs:check_timespec (Results 1 - 1 of 1) sorted by relevancy

  /src/tests/kernel/kqueue/
t_timer.c 45 check_timespec(struct timespec *ts, time_t seconds) function in typeref:typename:bool
116 ATF_REQUIRE(check_timespec(&ts,
134 ATF_REQUIRE(check_timespec(&ts, TIME2_TOTAL_SEC));
153 ATF_REQUIRE(check_timespec(&ts, TIME2_TOTAL_SEC));
300 ATF_REQUIRE(check_timespec(&ts, 4) || check_timespec(&ts, 5));
326 ATF_REQUIRE_MSG(check_timespec(&ts, PREC_TIMEOUT_SEC),

Completed in 11 milliseconds