Home
last modified time | relevance | path

Searched refs:TFD_CLOEXEC (Results 1 - 25 of 31) sorted by relevance

12

/third_party/ltp/testcases/kernel/syscalls/timerfd/
H A Dtimerfd02.c30 /* unused so far. This patch changes this by introducing the TFD_CLOEXEC */
32 /* name TFD_CLOEXEC is introduced which in this implementation must have the */
67 #define TFD_CLOEXEC O_CLOEXEC macro
153 TFD_CLOEXEC); in main()
157 "timerfd_create(TFD_CLOEXEC) failed"); in main()
166 "timerfd_create(TFD_CLOEXEC) set close-on-exec flag"); in main()
169 tst_resm(TPASS, "timerfd_create(TFD_CLOEXEC) Passed"); in main()
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dtimerfd.h12 #define TFD_CLOEXEC O_CLOEXEC macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dtimerfd.h12 #define TFD_CLOEXEC O_CLOEXEC macro
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dtimerfd.h12 #define TFD_CLOEXEC O_CLOEXEC macro
/third_party/musl/include/sys/
H A Dtimerfd.h12 #define TFD_CLOEXEC O_CLOEXEC macro
/third_party/musl/libc-test/src/functionalext/supplement/linux/
H A Dtimerfd_create.c29 int timerfd = timerfd_create(CLOCK_MONOTONIC, TFD_NONBLOCK | TFD_CLOEXEC); in timerfd_create_0100()
/third_party/rust/crates/linux-raw-sys/gen/modules/
H A Dgeneral.h270 #define TFD_CLOEXEC O_CLOEXEC macro
272 #define TFD_SHARED_FCNTL_FLAGS (TFD_CLOEXEC | TFD_NONBLOCK)
/third_party/rust/crates/rustix/src/backend/linux_raw/time/
H A Dtypes.rs92 /// `TFD_CLOEXEC`
93 const CLOEXEC = linux_raw_sys::general::TFD_CLOEXEC;
/third_party/rust/crates/nix/src/sys/
H A Dtimerfd.rs87 TFD_CLOEXEC;
/third_party/libinput/src/
H A Dtimer.c195 TFD_CLOEXEC | TFD_NONBLOCK); in libinput_timer_subsys_init()
/third_party/rust/crates/rustix/src/backend/libc/time/
H A Dtypes.rs301 /// `TFD_CLOEXEC`
302 const CLOEXEC = c::TFD_CLOEXEC;
/third_party/curl/docs/examples/
H A Dephiperfifo.c484 g.tfd = timerfd_create(CLOCK_MONOTONIC, TFD_NONBLOCK | TFD_CLOEXEC); in main()
/third_party/glfw/src/
H A Dwl_init.c145 timerfd_create(CLOCK_MONOTONIC, TFD_CLOEXEC | TFD_NONBLOCK); in registryHandleGlobal()
426 _glfw.wl.cursorTimerfd = timerfd_create(CLOCK_MONOTONIC, TFD_CLOEXEC | TFD_NONBLOCK); in loadCursorTheme()
/third_party/libinput/tools/
H A Dlibinput-record.c2243 timerfd = timerfd_create(CLOCK_MONOTONIC, TFD_CLOEXEC|TFD_NONBLOCK); in mainloop()
/third_party/rust/crates/libc/src/unix/linux_like/android/
H A Dmod.rs1024 pub const TFD_CLOEXEC: ::c_int = O_CLOEXEC; consts
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dgeneral.rs2192 pub const TFD_CLOEXEC: u32 = 524288; consts
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs2635 pub const TFD_CLOEXEC: ::c_int = O_CLOEXEC; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H A Dmod.rs2074 pub const TFD_CLOEXEC: ::c_int = O_CLOEXEC; consts
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Dgeneral.rs2191 pub const TFD_CLOEXEC: u32 = 524288; consts
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H A Dgeneral.rs2171 pub const TFD_CLOEXEC: u32 = 524288; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
H A Dgeneral.rs2301 pub const TFD_CLOEXEC: u32 = 524288; consts
/third_party/rust/crates/linux-raw-sys/src/mips64/
H A Dgeneral.rs2372 pub const TFD_CLOEXEC: u32 = 524288; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc/
H A Dgeneral.rs2323 pub const TFD_CLOEXEC: u32 = 524288; consts
/third_party/rust/crates/linux-raw-sys/src/mips/
H A Dgeneral.rs2434 pub const TFD_CLOEXEC: u32 = 524288; consts
/third_party/rust/crates/linux-raw-sys/src/arm/
H A Dgeneral.rs2275 pub const TFD_CLOEXEC: u32 = 524288; consts

Completed in 144 milliseconds

12