Home
last modified time | relevance | path

Searched refs:IN_NONBLOCK (Results 1 – 25 of 32) sorted by relevance

12

/third_party/ltp/testcases/kernel/syscalls/inotify_init/
Dinotify_init1_02.c20 #define IN_NONBLOCK O_NONBLOCK macro
32 TST_EXP_FD(tst_syscall(__NR_inotify_init1, IN_NONBLOCK)); in run()
/third_party/rust/crates/nix/test/sys/
Dtest_inotify.rs8 let instance = Inotify::init(InitFlags::IN_NONBLOCK).unwrap(); in test_inotify()
26 let instance = Inotify::init(InitFlags::IN_NONBLOCK).unwrap(); in test_inotify_multi_events()
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dinotify.h18 #define IN_NONBLOCK O_NONBLOCK macro
/third_party/musl/porting/uniproton/kernel/include/sys/
Dinotify.h18 #define IN_NONBLOCK O_NONBLOCK macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dinotify.h18 #define IN_NONBLOCK O_NONBLOCK macro
/third_party/musl/libc-test/src/functionalext/supplement/linux/
Dinotify_init1.c41 int fd = inotify_init1(IN_NONBLOCK); in inotify_init1_0200()
/third_party/musl/include/sys/
Dinotify.h18 #define IN_NONBLOCK O_NONBLOCK macro
/third_party/rust/crates/nix/src/sys/
Dinotify.rs98 IN_NONBLOCK;
/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/alsa-utils/alsactl/
Dmonitor.c411 infd = inotify_init1(IN_NONBLOCK); in monitor()
/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.txt923 IN_NONBLOCK
Dandroid.txt820 IN_NONBLOCK
/third_party/rust/crates/libc/src/unix/linux_like/android/
Dmod.rs2650 pub const IN_NONBLOCK: ::c_int = O_NONBLOCK; constant
/third_party/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs3133 pub const IN_NONBLOCK: ::c_int = O_NONBLOCK; constant
/third_party/rust/crates/linux-raw-sys/src/aarch64/
Dgeneral.rs704 pub const IN_NONBLOCK: u32 = 2048; constant
/third_party/rust/crates/linux-raw-sys/src/riscv64/
Dgeneral.rs709 pub const IN_NONBLOCK: u32 = 2048; constant
/third_party/rust/crates/linux-raw-sys/src/s390x/
Dgeneral.rs704 pub const IN_NONBLOCK: u32 = 2048; constant
/third_party/rust/crates/linux-raw-sys/src/x86/
Dgeneral.rs705 pub const IN_NONBLOCK: u32 = 2048; constant
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
Dgeneral.rs716 pub const IN_NONBLOCK: u32 = 2048; constant
/third_party/rust/crates/linux-raw-sys/src/mips/
Dgeneral.rs713 pub const IN_NONBLOCK: u32 = 128; constant
/third_party/rust/crates/linux-raw-sys/src/powerpc/
Dgeneral.rs716 pub const IN_NONBLOCK: u32 = 2048; constant
/third_party/rust/crates/linux-raw-sys/src/sparc64/
Dgeneral.rs924 pub const IN_NONBLOCK: u32 = 16384; constant

12