Home
last modified time | relevance | path

Searched defs:IN_NONBLOCK (Results 1 – 4 of 4) sorted by relevance

/external/ltp/testcases/kernel/syscalls/inotify_init/
Dinotify_init1_02.c63 #define IN_NONBLOCK O_NONBLOCK macro
/external/kernel-headers/original/uapi/linux/
Dinotify.h73 #define IN_NONBLOCK O_NONBLOCK macro
/external/rust/crates/libc/src/unix/linux_like/android/
Dmod.rs1976 pub const IN_NONBLOCK: ::c_int = O_NONBLOCK; constant
/external/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs2286 pub const IN_NONBLOCK: ::c_int = O_NONBLOCK; constant