HomeSort by relevance Sort by last modified time
    Searched defs:FAN_NONBLOCK (Results 1 - 4 of 4) sorted by null

  /external/strace/xlat/
fan_init_flags.h 5 #if !(defined(FAN_NONBLOCK) || (defined(HAVE_DECL_FAN_NONBLOCK) && HAVE_DECL_FAN_NONBLOCK))
6 # define FAN_NONBLOCK 0x00000002
24 XLAT(FAN_NONBLOCK),
  /bionic/libc/kernel/uapi/linux/
fanotify.h 34 #define FAN_NONBLOCK 0x00000002
42 #define FAN_ALL_INIT_FLAGS (FAN_CLOEXEC | FAN_NONBLOCK | FAN_ALL_CLASS_BITS | FAN_UNLIMITED_QUEUE | FAN_UNLIMITED_MARKS)
  /external/kernel-headers/original/uapi/linux/
fanotify.h 28 #define FAN_NONBLOCK 0x00000002
41 #define FAN_ALL_INIT_FLAGS (FAN_CLOEXEC | FAN_NONBLOCK | \
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
fanotify.h 27 #define FAN_NONBLOCK 0x00000002
39 #define FAN_ALL_INIT_FLAGS (FAN_CLOEXEC | FAN_NONBLOCK | \

Completed in 193 milliseconds