Home
last modified time | relevance | path

Searched defs:timer_create (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/kernel/time/
Dposix-timers.h15 int (*timer_create)(struct k_itimer *timer); member
Dposix-timers.c577 SYSCALL_DEFINE3(timer_create, const clockid_t, which_clock, in SYSCALL_DEFINE3() argument
592 COMPAT_SYSCALL_DEFINE3(timer_create, clockid_t, which_clock, in COMPAT_SYSCALL_DEFINE3() argument
/kernel/liteos_m/kal/posix/src/
Dtime.c132 int timer_create(clockid_t clockID, struct sigevent *restrict evp, timer_t *restrict timerID) in timer_create() function
/kernel/liteos_a/compat/posix/src/
Dtime.c775 int timer_create(clockid_t clockID, struct sigevent *restrict evp, timer_t *restrict timerID) in timer_create() function