Searched refs:expectedsec (Results 1 - 1 of 1) sorted by relevance

/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/clock_settime/
H A D8-1.c54 int expectedsec; local
69 expectedsec = tsT0.tv_sec + (SLEEPSEC-SMALLTIME);
71 if (tsend.tv_sec >= expectedsec) {
72 if ( (tsend.tv_sec-expectedsec) <= ACCEPTABLEDELTA) {
77 (int) expectedsec);
82 (int) tsend.tv_sec, (int) expectedsec);

Completed in 110 milliseconds