Home
last modified time | relevance | path

Searched refs:clockID (Results 1 – 5 of 5) 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() 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/include/linux/
Dhrtimer.h150 #define hrtimer_init(timer, clockID, mode) \ argument
151 linux_hrtimer_init(timer, clockID, mode)
190 void linux_hrtimer_init(struct hrtimer *timer, clockid_t clockID, enum hrtimer_mode mode);
/third_party/musl/porting/liteos_m/user/include/
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/FreeBSD/sys/compat/linuxkpi/common/src/
Dlinux_hrtimer.c329 void linux_hrtimer_init(struct hrtimer *timer, clockid_t clockID, enum hrtimer_mode mode) in linux_hrtimer_init() argument
331 (VOID)clockID; in linux_hrtimer_init()
/third_party/gstreamer/gstreamer/
DChangeLog89069 unscheduling sync and async clockID's on the system clock.