Searched refs:clockid (Results 1 – 3 of 3) sorted by relevance
24 xclock_gettime (clockid_t clockid, in xclock_gettime() argument27 const int ret = clock_gettime (clockid, ts); in xclock_gettime()30 clockid); in xclock_gettime()
24 xclock_settime (clockid_t clockid, in xclock_settime() argument31 int ret = clock_settime (clockid, ts); in xclock_settime()33 FAIL_EXIT1 ("clock_settime (%d): %m", clockid); in xclock_settime()
92 #define TEST_TIMESPEC_BEFORE_NOW(left, clockid) \ argument96 xclock_gettime ((clockid), &now); \106 #define TEST_TIMESPEC_NOW_OR_AFTER(clockid, right) \ argument110 xclock_gettime ((clockid), &now); \
Completed in 5 milliseconds