Home
last modified time | relevance | path

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

/kernel/linux/linux-4.19/kernel/time/
Dposix-timers.h12 int (*timer_create)(struct k_itimer *timer); member
Dposix-timers.c572 SYSCALL_DEFINE3(timer_create, const clockid_t, which_clock, in SYSCALL_DEFINE3() argument
587 COMPAT_SYSCALL_DEFINE3(timer_create, clockid_t, which_clock, in COMPAT_SYSCALL_DEFINE3() argument
/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.c106 int timer_create(clockid_t clockID, struct sigevent *restrict evp, timer_t *restrict timerID) in timer_create() function