Home
last modified time | relevance | path

Searched defs:TFD_CLOEXEC (Results 1 – 5 of 5) sorted by relevance

/external/kernel-headers/original/uapi/linux/
Dtimerfd.h32 #define TFD_CLOEXEC O_CLOEXEC macro
/external/ltp/testcases/kernel/syscalls/timerfd/
Dtimerfd02.c68 #define TFD_CLOEXEC O_CLOEXEC macro
/external/rust/crates/libc/src/unix/linux_like/android/
Dmod.rs676 pub const TFD_CLOEXEC: ::c_int = O_CLOEXEC; constant
/external/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs1714 pub const TFD_CLOEXEC: ::c_int = O_CLOEXEC; constant
/external/rust/crates/libc/src/fuchsia/
Dmod.rs2624 pub const TFD_CLOEXEC: ::c_int = O_CLOEXEC; constant