Home
last modified time | relevance | path

Searched refs:twmax (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/netbsd-tests/lib/libpthread/
H A Dt_condwait.c53 struct timespec ts, to, te, twmin, twmax; in run() local
98 timespecadd(&t, &td, &twmax); in run()
100 twmax = twmin; in run()
101 twmax.tv_sec++; in run()
104 ATF_REQUIRE(timespeccmp(&to, &twmax, <=)); in run()