Searched defs:clockID (Results 1 – 3 of 3) sorted by relevance
306 int timer_create(clockid_t clockID, struct sigevent *restrict evp, timer_t *restrict timerID) in timer_create()331 int clock_settime(clockid_t clockID, const struct timespec *tp) in clock_settime()336 int clock_gettime(clockid_t clockID, struct timespec *tp) in clock_gettime()341 int clock_getres(clockid_t clockID, struct timespec *tp) in clock_getres()
150 #define hrtimer_init(timer, clockID, mode) \ argument
323 void linux_hrtimer_init(struct hrtimer *timer, clockid_t clockID, enum hrtimer_mode mode) in linux_hrtimer_init()