Searched refs:clockID (Results 1 – 5 of 5) sorted by relevance
/third_party/musl/porting/liteos_m/user/hook/ |
D | los_usr_libc.c | 306 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/ |
D | hrtimer.h | 150 #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/ |
D | usr_lib_ops.h | 93 … 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/ |
D | linux_hrtimer.c | 329 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/ |
D | ChangeLog | 89069 unscheduling sync and async clockID's on the system clock.
|