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

/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/clock_settime/
H A D8-1.c53 struct timespec tsend; local
64 if (clock_gettime(CLOCK_REALTIME, &tsend) != 0) {
71 if (tsend.tv_sec >= expectedsec) {
72 if ( (tsend.tv_sec-expectedsec) <= ACCEPTABLEDELTA) {
76 (int) tsend.tv_sec,
82 (int) tsend.tv_sec, (int) expectedsec);

Completed in 90 milliseconds