Home
last modified time | relevance | path

Searched defs:timerfd_create (Results 1 – 16 of 16) sorted by relevance

/external/rust/crates/rustix/src/time/
Dtimerfd.rs13 pub fn timerfd_create(clockid: TimerfdClockId, flags: TimerfdFlags) -> io::Result<OwnedFd> { in timerfd_create() function
/external/trusty/musl/src/linux/
Dtimerfd.c4 int timerfd_create(int clockid, int flags) in timerfd_create() function
/external/ltp/include/lapi/
Dtimerfd.h19 static inline int timerfd_create(int clockid, int flags) in timerfd_create() function
/external/musl/src/linux/
Dtimerfd.c7 int timerfd_create(int clockid, int flags) in timerfd_create() function
/external/rust/crates/rustix/src/backend/linux_raw/time/
Dsyscalls.rs106 pub(crate) fn timerfd_create(clockid: TimerfdClockId, flags: TimerfdFlags) -> io::Result<OwnedFd> { in timerfd_create() function
/external/strace/
Dtime.c324 SYS_FUNC(timerfd_create) in SYS_FUNC() argument
/external/libchrome/base/message_loop/
Dmessage_pump_android.cc43 int timerfd_create(int clockid, int flags) { in timerfd_create() function
/external/rust/crates/rustix/src/backend/libc/time/
Dsyscalls.rs283 pub(crate) fn timerfd_create(id: TimerfdClockId, flags: TimerfdFlags) -> io::Result<OwnedFd> { in timerfd_create() function
/external/crosvm/jail/seccomp/riscv64/
Dconstants.json1981 "timerfd_create": 85, number
/external/crosvm/jail/seccomp/aarch64/
Dconstants.json1987 "timerfd_create": 85, number
/external/crosvm/jail/seccomp/arm/
Dconstants.json2209 "timerfd_create": 350, number
/external/crosvm/jail/seccomp/x86_64/
Dconstants.json2196 "timerfd_create": 283, number
/external/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
Dmod.rs5462 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/
Dmod.rs3749 pub fn timerfd_create(clock: ::clockid_t, flags: ::c_int) -> ::c_int; in timerfd_create() function
/external/rust/crates/libc/src/fuchsia/
Dmod.rs4079 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/
Dmod.rs5092 pub fn timerfd_create(clockid: ::clockid_t, flags: ::c_int) -> ::c_int; in timerfd_create() function