Searched refs:clock (Results 1 – 1 of 1) sorted by relevance
34 void xclock_gettime (clockid_t clock, struct timespec *ts);35 void xclock_settime (clockid_t clock, const struct timespec *ts);37 void __REDIRECT (xclock_gettime, (clockid_t clock, struct timespec *ts),39 void __REDIRECT (xclock_settime, (clockid_t clock, const struct timespec *ts),46 static inline struct timespec xclock_now (clockid_t clock) in xclock_now() argument49 xclock_gettime (clock, &ts); in xclock_now()
Completed in 3 milliseconds