Home
last modified time | relevance | path

Searched refs:IN_NONBLOCK (Results 1 - 25 of 30) sorted by relevance

12

/third_party/ltp/testcases/kernel/syscalls/inotify_init/
H A Dinotify_init1_02.c14 * to by the new file descriptor only when called with IN_NONBLOCK.
20 #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/
H A 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/libc-test/src/functionalext/supplement/linux/
H A Dinotify_init1.c35 * @tc.desc : Verify inotify_init1 process success. when param flag is IN_NONBLOCK
41 int fd = inotify_init1(IN_NONBLOCK); in inotify_init1_0200()
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dinotify.h18 #define IN_NONBLOCK O_NONBLOCK macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dinotify.h18 #define IN_NONBLOCK O_NONBLOCK macro
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dinotify.h18 #define IN_NONBLOCK O_NONBLOCK macro
/third_party/musl/include/sys/
H A Dinotify.h18 #define IN_NONBLOCK O_NONBLOCK macro
/third_party/rust/crates/nix/src/sys/
H A Dinotify.rs98 IN_NONBLOCK;
186 /// can either be blocking or non blocking depending on whether IN_NONBLOCK
/third_party/glfw/src/
H A Dlinux_joystick.c314 _glfw.linjs.inotify = inotify_init1(IN_NONBLOCK | IN_CLOEXEC); in _glfwInitJoysticksLinux()
/third_party/alsa-utils/alsactl/
H A Dmonitor.c412 infd = inotify_init1(IN_NONBLOCK); in monitor()
/third_party/node/deps/uv/src/unix/
H A Dlinux-inotify.c74 fd = inotify_init1(IN_NONBLOCK | IN_CLOEXEC); in init_inotify()
/third_party/pulseaudio/src/modules/
H A Dmodule-udev-detect.c657 if ((u->inotify_fd = inotify_init1(IN_CLOEXEC|IN_NONBLOCK)) < 0) { in setup_inotify()
/third_party/libuv/src/unix/
H A Dlinux.c2366 fd = inotify_init1(IN_NONBLOCK | IN_CLOEXEC); in init_inotify()
/third_party/rust/crates/libc/src/unix/linux_like/android/
H A Dmod.rs2650 pub const IN_NONBLOCK: ::c_int = O_NONBLOCK; consts
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dgeneral.rs704 pub const IN_NONBLOCK: u32 = 2048; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H A Dmod.rs3133 pub const IN_NONBLOCK: ::c_int = O_NONBLOCK; consts
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Dgeneral.rs709 pub const IN_NONBLOCK: u32 = 2048; consts
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H A Dgeneral.rs709 pub const IN_NONBLOCK: u32 = 2048; consts
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_device.c3252 notifier->fd = inotify_init1(IN_NONBLOCK); in radv_device_init_notifier()
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
H A Dgeneral.rs716 pub const IN_NONBLOCK: u32 = 2048; consts
/third_party/rust/crates/linux-raw-sys/src/mips64/
H A Dgeneral.rs713 pub const IN_NONBLOCK: u32 = 128; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc/
H A Dgeneral.rs716 pub const IN_NONBLOCK: u32 = 2048; consts
/third_party/rust/crates/linux-raw-sys/src/mips/
H A Dgeneral.rs713 pub const IN_NONBLOCK: u32 = 128; consts
/third_party/rust/crates/linux-raw-sys/src/arm/
H A Dgeneral.rs703 pub const IN_NONBLOCK: u32 = 2048; consts
/third_party/rust/crates/linux-raw-sys/src/sparc/
H A Dgeneral.rs924 pub const IN_NONBLOCK: u32 = 16384; consts

Completed in 152 milliseconds

12