Searched defs:timespec_cmp (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/test/libc-tests/tests/
H A Dtimespec_get.c25 timespec_cmp(const struct timespec *ls, const struct timespec *rs) function
53 VERIFY3S(timespec_cmp(&pre, &post), ==, 1);
55 VERIFY3S(timespec_cmp(&pre, &ts), ==, 1);
56 VERIFY3S(timespec_cmp(&ts, &post), ==, 1);

Completed in 54 milliseconds