Home
last modified time | relevance | path

Searched defs:timer_create (Results 1 - 15 of 15) sorted by relevance

/kernel/linux/linux-5.10/kernel/time/
H A Dposix-timers.h15 int (*timer_create)(struct k_itimer *timer); member
H A Dposix-stubs.c41 SYS_NI(timer_create); variable
161 COMPAT_SYS_NI(timer_create); variable
/kernel/linux/linux-6.6/kernel/time/
H A Dposix-timers.h15 int (*timer_create)(struct k_itimer *timer); member
/third_party/musl/porting/linux/user/src/time/
H A Dtimer_create.c62 int timer_create(clockid_t clk, struct sigevent *restrict evp, timer_t *restrict res) in timer_create() function
/device/soc/hisilicon/hi3861v100/hi3861_adapter/kal/posix/src/
H A Dtime.c127 int timer_create(clockid_t clockID, struct sigevent *restrict evp, timer_t *restrict timerID) in timer_create() function
/third_party/musl/src/time/
H A Dtimer_create.c111 int timer_create(clockid_t clk, struct sigevent *restrict evp, timer_t *restrict res) in timer_create() function
/third_party/musl/porting/liteos_m/user/include/
H A Dusr_lib_ops.h93 int (*timer_create)(clockid_t clockID, struct sigevent *restrict evp, timer_t *restrict timerID); member
/kernel/liteos_m/kal/posix/src/
H A Dtime.c129 int timer_create(clockid_t clockID, struct sigevent *restrict evp, timer_t *restrict timerID) in timer_create() function
/kernel/liteos_a/compat/posix/src/
H A Dtime.c784 int timer_create(clockid_t clockID, struct sigevent *restrict evp, timer_t *restrict timerID) in timer_create() function
/third_party/musl/porting/liteos_m/user/hook/
H A Dlos_usr_libc.c306 int timer_create(clockid_t clockID, struct sigevent *restrict evp, timer_t *restrict timerID) in timer_create() function
/kernel/linux/linux-6.6/kernel/
H A Dsys_ni.c204 COND_SYSCALL(timer_create); variable
213 COND_SYSCALL_COMPAT(timer_create); variable
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/
H A Dmod.rs2751 pub fn timer_create( in timer_create() functions
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H A Dmod.rs4450 pub fn timer_create( in timer_create() functions
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
H A Dmod.rs4582 pub fn timer_create(clock_id: clockid_t, evp: *mut sigevent, timerid: *mut timer_t) -> ::c_int; in timer_create() functions
/third_party/rust/crates/libc/src/unix/solarish/
H A Dmod.rs3079 pub fn timer_create(clock_id: clockid_t, evp: *mut sigevent, timerid: *mut timer_t) -> ::c_int; in timer_create() functions

Completed in 43 milliseconds