Home
last modified time | relevance | path

Searched refs:IN_CLOEXEC (Results 1 – 25 of 29) sorted by relevance

12

/third_party/ltp/testcases/kernel/syscalls/inotify_init/
Dinotify_init1_01.c20 #define IN_CLOEXEC O_CLOEXEC macro
32 TST_EXP_FD(tst_syscall(__NR_inotify_init1, IN_CLOEXEC)); in run()
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dinotify.h17 #define IN_CLOEXEC O_CLOEXEC macro
/third_party/musl/porting/uniproton/kernel/include/sys/
Dinotify.h17 #define IN_CLOEXEC O_CLOEXEC macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dinotify.h17 #define IN_CLOEXEC O_CLOEXEC macro
/third_party/musl/libc-test/src/functionalext/supplement/linux/
Dinotify_init1.c55 int fd = inotify_init1(IN_CLOEXEC); in inotify_init1_0300()
/third_party/musl/include/sys/
Dinotify.h17 #define IN_CLOEXEC O_CLOEXEC macro
/third_party/rust/crates/nix/src/sys/
Dinotify.rs96 IN_CLOEXEC;
/third_party/libuv/src/unix/
Dlinux-inotify.c74 fd = inotify_init1(IN_NONBLOCK | IN_CLOEXEC); in init_inotify()
/third_party/node/deps/uv/src/unix/
Dlinux-inotify.c74 fd = inotify_init1(IN_NONBLOCK | IN_CLOEXEC); in init_inotify()
/third_party/glfw/src/
Dlinux_joystick.c181 _glfw.linux_js.inotify = inotify_init1(IN_NONBLOCK | IN_CLOEXEC); in _glfwInitJoysticksLinux()
/third_party/pulseaudio/src/modules/
Dmodule-udev-detect.c657 if ((u->inotify_fd = inotify_init1(IN_CLOEXEC|IN_NONBLOCK)) < 0) { in setup_inotify()
/third_party/rust/crates/libc/libc-test/semver/
Dlinux.txt905 IN_CLOEXEC
Dandroid.txt802 IN_CLOEXEC
/third_party/rust/crates/libc/src/unix/linux_like/android/
Dmod.rs2649 pub const IN_CLOEXEC: ::c_int = O_CLOEXEC; constant
/third_party/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs3132 pub const IN_CLOEXEC: ::c_int = O_CLOEXEC; constant
/third_party/rust/crates/linux-raw-sys/src/aarch64/
Dgeneral.rs703 pub const IN_CLOEXEC: u32 = 524288; constant
/third_party/rust/crates/linux-raw-sys/src/riscv64/
Dgeneral.rs708 pub const IN_CLOEXEC: u32 = 524288; constant
/third_party/rust/crates/linux-raw-sys/src/s390x/
Dgeneral.rs703 pub const IN_CLOEXEC: u32 = 524288; constant
/third_party/rust/crates/linux-raw-sys/src/x86/
Dgeneral.rs704 pub const IN_CLOEXEC: u32 = 524288; constant
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
Dgeneral.rs715 pub const IN_CLOEXEC: u32 = 524288; constant
/third_party/rust/crates/linux-raw-sys/src/mips/
Dgeneral.rs712 pub const IN_CLOEXEC: u32 = 524288; constant
/third_party/rust/crates/linux-raw-sys/src/powerpc/
Dgeneral.rs715 pub const IN_CLOEXEC: u32 = 524288; constant
/third_party/rust/crates/linux-raw-sys/src/sparc64/
Dgeneral.rs923 pub const IN_CLOEXEC: u32 = 4194304; constant
/third_party/rust/crates/linux-raw-sys/src/x86_64/
Dgeneral.rs703 pub const IN_CLOEXEC: u32 = 524288; constant
/third_party/rust/crates/linux-raw-sys/src/sparc/
Dgeneral.rs923 pub const IN_CLOEXEC: u32 = 4194304; constant

12