| /external/rust/crates/rustix/src/time/ |
| D | timerfd.rs | 13 pub fn timerfd_create(clockid: TimerfdClockId, flags: TimerfdFlags) -> io::Result<OwnedFd> { in timerfd_create() function
|
| /external/trusty/musl/src/linux/ |
| D | timerfd.c | 4 int timerfd_create(int clockid, int flags) in timerfd_create() function
|
| /external/ltp/include/lapi/ |
| D | timerfd.h | 19 static inline int timerfd_create(int clockid, int flags) in timerfd_create() function
|
| /external/musl/src/linux/ |
| D | timerfd.c | 7 int timerfd_create(int clockid, int flags) in timerfd_create() function
|
| /external/rust/crates/rustix/src/backend/linux_raw/time/ |
| D | syscalls.rs | 106 pub(crate) fn timerfd_create(clockid: TimerfdClockId, flags: TimerfdFlags) -> io::Result<OwnedFd> { in timerfd_create() function
|
| /external/strace/ |
| D | time.c | 324 SYS_FUNC(timerfd_create) in SYS_FUNC() argument
|
| /external/libchrome/base/message_loop/ |
| D | message_pump_android.cc | 43 int timerfd_create(int clockid, int flags) { in timerfd_create() function
|
| /external/rust/crates/rustix/src/backend/libc/time/ |
| D | syscalls.rs | 283 pub(crate) fn timerfd_create(id: TimerfdClockId, flags: TimerfdFlags) -> io::Result<OwnedFd> { in timerfd_create() function
|
| /external/crosvm/jail/seccomp/riscv64/ |
| D | constants.json | 1981 "timerfd_create": 85, number
|
| /external/crosvm/jail/seccomp/aarch64/ |
| D | constants.json | 1987 "timerfd_create": 85, number
|
| /external/crosvm/jail/seccomp/arm/ |
| D | constants.json | 2209 "timerfd_create": 350, number
|
| /external/crosvm/jail/seccomp/x86_64/ |
| D | constants.json | 2196 "timerfd_create": 283, number
|
| /external/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/ |
| D | mod.rs | 5462 pub fn timerfd_create(clockid: ::c_int, flags: ::c_int) -> ::c_int; in timerfd_create() function
|
| /external/rust/crates/libc/src/unix/linux_like/android/ |
| D | mod.rs | 3749 pub fn timerfd_create(clock: ::clockid_t, flags: ::c_int) -> ::c_int; in timerfd_create() function
|
| /external/rust/crates/libc/src/fuchsia/ |
| D | mod.rs | 4079 pub fn timerfd_create(clockid: ::c_int, flags: ::c_int) -> ::c_int; in timerfd_create() function
|
| /external/rust/crates/libc/src/unix/linux_like/linux/ |
| D | mod.rs | 5092 pub fn timerfd_create(clockid: ::clockid_t, flags: ::c_int) -> ::c_int; in timerfd_create() function
|