| /kernel/linux/linux-5.10/kernel/time/ |
| H A D | posix-timers.h | 15 int (*timer_create)(struct k_itimer *timer); member
|
| H A D | posix-stubs.c | 41 SYS_NI(timer_create); variable 161 COMPAT_SYS_NI(timer_create); variable
|
| /kernel/linux/linux-6.6/kernel/time/ |
| H A D | posix-timers.h | 15 int (*timer_create)(struct k_itimer *timer); member
|
| /third_party/musl/porting/linux/user/src/time/ |
| H A D | timer_create.c | 62 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 D | time.c | 127 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 D | timer_create.c | 111 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 D | usr_lib_ops.h | 93 int (*timer_create)(clockid_t clockID, struct sigevent *restrict evp, timer_t *restrict timerID); member
|
| /kernel/liteos_m/kal/posix/src/ |
| H A D | time.c | 129 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 D | time.c | 784 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 D | los_usr_libc.c | 306 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 D | sys_ni.c | 204 COND_SYSCALL(timer_create); variable 213 COND_SYSCALL_COMPAT(timer_create); variable
|
| /third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/ |
| H A D | mod.rs | 2751 pub fn timer_create( in timer_create() functions
|
| /third_party/rust/crates/libc/src/unix/linux_like/linux/ |
| H A D | mod.rs | 4450 pub fn timer_create( in timer_create() functions
|
| /third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/ |
| H A D | mod.rs | 4582 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 D | mod.rs | 3079 pub fn timer_create(clock_id: clockid_t, evp: *mut sigevent, timerid: *mut timer_t) -> ::c_int; in timer_create() functions
|