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

/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/clock_settime/
H A D7-2.c61 struct timespec tsT3; local
69 if (clock_gettime(CLOCK_REALTIME, &tsT3) != 0) {
74 if (tsT3.tv_sec >= tsT2.tv_sec) {
75 if ( (tsT3.tv_sec-tsT2.tv_sec) <= ACCEPTABLEDELTA) {
79 (int) tsT3.tv_sec,
85 (int) tsT3.tv_sec, (int) tsT2.tv_sec);

Completed in 98 milliseconds