Home
last modified time | relevance | path

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

/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/clock_getcpuclockid/
D2-1.c68 if (timespec_nsec_diff(&t1, &t2) > NSEC_IN_SEC / 2 || in main()
69 timespec_nsec_diff(&t2, &t3) > NSEC_IN_SEC / 2) { in main()
/third_party/ltp/testcases/open_posix_testsuite/include/
Dtimespec.h24 static inline long timespec_nsec_diff(struct timespec *t1, struct timespec *t2) in timespec_nsec_diff() function
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sem_wait/
D13-1.c117 if (timespec_nsec_diff(&ts_fin, &ts_ref) < NSEC_IN_SEC) { in main()