Home
last modified time | relevance | path

Searched refs:timespec_cmp (Results 1 – 1 of 1) sorted by relevance

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