Home
last modified time | relevance | path

Searched refs:twmin (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
88 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()