Searched defs:timer_create (Results 1 – 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/kernel/time/ |
D | posix-timers.h | 15 int (*timer_create)(struct k_itimer *timer); member
|
D | posix-timers.c | 577 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/ |
D | time.c | 132 int timer_create(clockid_t clockID, struct sigevent *restrict evp, timer_t *restrict timerID) in timer_create() function
|
/kernel/liteos_a/compat/posix/src/ |
D | time.c | 775 int timer_create(clockid_t clockID, struct sigevent *restrict evp, timer_t *restrict timerID) in timer_create() function
|