Home
last modified time | relevance | path

Searched defs:clockID (Results 1 – 3 of 3) sorted by relevance

/third_party/musl/porting/liteos_m/user/hook/
Dlos_usr_libc.c306 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()
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
Dhrtimer.h150 #define hrtimer_init(timer, clockID, mode) \ argument
/third_party/FreeBSD/sys/compat/linuxkpi/common/src/
Dlinux_hrtimer.c323 void linux_hrtimer_init(struct hrtimer *timer, clockid_t clockID, enum hrtimer_mode mode) in linux_hrtimer_init()