Home
last modified time | relevance | path

Searched refs:clockID (Results 1 - 4 of 4) sorted by relevance

/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
H A Dhrtimer.h148 #define hrtimer_init(timer, clockID, mode) \
149 linux_hrtimer_init(timer, clockID, mode)
178 * @param clockID [IN] This parameter is not supported, so users can pass in any integer.
188 void linux_hrtimer_init(struct hrtimer *timer, clockid_t clockID, enum hrtimer_mode mode);
/third_party/musl/porting/liteos_m/user/include/
H A Dusr_lib_ops.h93 int (*timer_create)(clockid_t clockID, struct sigevent *restrict evp, timer_t *restrict timerID);
98 int (*clock_settime)(clockid_t clockID, const struct timespec *tp);
99 int (*clock_gettime)(clockid_t clockID, struct timespec *tp);
100 int (*clock_getres)(clockid_t clockID, struct timespec *tp);
/third_party/musl/porting/liteos_m/user/hook/
H A Dlos_usr_libc.c306 int timer_create(clockid_t clockID, struct sigevent *restrict evp, timer_t *restrict timerID) in timer_create() argument
308 return g_usrLibc->timer_create(clockID, evp, timerID); in timer_create()
331 int clock_settime(clockid_t clockID, const struct timespec *tp) in clock_settime() argument
333 return g_usrLibc->clock_settime(clockID, tp); in clock_settime()
336 int clock_gettime(clockid_t clockID, struct timespec *tp) in clock_gettime() argument
338 return g_usrLibc->clock_gettime(clockID, tp); in clock_gettime()
341 int clock_getres(clockid_t clockID, struct timespec *tp) in clock_getres() argument
343 return g_usrLibc->clock_getres(clockID, tp); in clock_getres()
/third_party/FreeBSD/sys/compat/linuxkpi/common/src/
H A Dlinux_hrtimer.c323 void linux_hrtimer_init(struct hrtimer *timer, clockid_t clockID, enum hrtimer_mode mode) in linux_hrtimer_init() argument
325 (VOID)clockID; in linux_hrtimer_init()

Completed in 4 milliseconds