Home
last modified time | relevance | path

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

/support/
A Dxclock_gettime.c24 xclock_gettime (clockid_t clockid, in xclock_gettime() argument
27 const int ret = clock_gettime (clockid, ts); in xclock_gettime()
30 clockid); in xclock_gettime()
A Dxclock_settime.c24 xclock_settime (clockid_t clockid, in xclock_settime() argument
31 int ret = clock_settime (clockid, ts); in xclock_settime()
33 FAIL_EXIT1 ("clock_settime (%d): %m", clockid); in xclock_settime()
A Dtimespec.h92 #define TEST_TIMESPEC_BEFORE_NOW(left, clockid) \ argument
96 xclock_gettime ((clockid), &now); \
106 #define TEST_TIMESPEC_NOW_OR_AFTER(clockid, right) \ argument
110 xclock_gettime ((clockid), &now); \

Completed in 5 milliseconds