Home
last modified time | relevance | path

Searched refs:FAN_CLOEXEC (Results 1 – 8 of 8) sorted by relevance

/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dfanotify.h62 #define FAN_CLOEXEC 0x01 macro
73 #define FAN_ALL_INIT_FLAGS (FAN_CLOEXEC | FAN_NONBLOCK | FAN_ALL_CLASS_BITS | FAN_UNLIMITED_QUEUE |…
/third_party/musl/porting/uniproton/kernel/include/sys/
Dfanotify.h62 #define FAN_CLOEXEC 0x01 macro
73 #define FAN_ALL_INIT_FLAGS (FAN_CLOEXEC | FAN_NONBLOCK | FAN_ALL_CLASS_BITS | FAN_UNLIMITED_QUEUE |…
/third_party/musl/ndk_musl_include/sys/
Dfanotify.h62 #define FAN_CLOEXEC 0x01 macro
73 #define FAN_ALL_INIT_FLAGS (FAN_CLOEXEC | FAN_NONBLOCK | FAN_ALL_CLASS_BITS | FAN_UNLIMITED_QUEUE |…
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dfanotify.h62 #define FAN_CLOEXEC 0x01 macro
73 #define FAN_ALL_INIT_FLAGS (FAN_CLOEXEC | FAN_NONBLOCK | FAN_ALL_CLASS_BITS | FAN_UNLIMITED_QUEUE |…
/third_party/musl/include/sys/
Dfanotify.h63 #define FAN_CLOEXEC 0x01 macro
77 #define FAN_ALL_INIT_FLAGS (FAN_CLOEXEC | FAN_NONBLOCK | FAN_ALL_CLASS_BITS | FAN_UNLIMITED_QUEUE |…
/third_party/ltp/testcases/kernel/syscalls/fanotify/
Dfanotify08.c54 test_init_bit(FAN_CLOEXEC, FD_CLOEXEC, "set close_on_exec"); in run()
/third_party/rust/crates/libc/libc-test/semver/
Dlinux.txt691 FAN_CLOEXEC
/third_party/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs3372 pub const FAN_CLOEXEC: ::c_uint = 0x0000_0001; constant