Searched defs:timer_create (Results 1 – 9 of 9) sorted by relevance
/third_party/musl/src/time/ |
D | timer_create.c | 62 int timer_create(clockid_t clk, struct sigevent *restrict evp, timer_t *restrict res) in timer_create() function
|
/third_party/musl/porting/linux/user/src/time/ |
D | timer_create.c | 62 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/ |
D | usr_lib_ops.h | 93 … int (*timer_create)(clockid_t clockID, struct sigevent *restrict evp, timer_t *restrict timerID); member
|
/third_party/musl/porting/liteos_m/user/hook/ |
D | los_usr_libc.c | 306 int timer_create(clockid_t clockID, struct sigevent *restrict evp, timer_t *restrict timerID) in timer_create() function
|
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/ |
D | mod.rs | 2751 pub fn timer_create( in timer_create() function
|
/third_party/rust/crates/libc/src/unix/solarish/ |
D | mod.rs | 3079 pub fn timer_create(clock_id: clockid_t, evp: *mut sigevent, timerid: *mut timer_t) -> ::c_int; in timer_create() function
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/ |
D | mod.rs | 4582 pub fn timer_create(clock_id: clockid_t, evp: *mut sigevent, timerid: *mut timer_t) -> ::c_int; in timer_create() function
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/ |
D | mod.rs | 4450 pub fn timer_create( in timer_create() function
|
/third_party/libbpf/.github/actions/build-selftests/ |
D | vmlinux.h | 30184 int (*timer_create)(struct k_itimer *); member
|