HomeSort by relevance Sort by last modified time
    Searched defs:IN_NONBLOCK (Results 1 - 25 of 30) sorted by null

1 2

  /bionic/libc/include/sys/
inotify.h 41 * Some third-party code uses the existence of IN_CLOEXEC/IN_NONBLOCK to detect
46 * IN_NONBLOCK if we don't have inotify_init1 for the time being, and maybe
53 #define IN_NONBLOCK O_NONBLOCK
  /external/strace/xlat/
inotify_init_flags.h 2 #if !(defined(IN_NONBLOCK) || (defined(HAVE_DECL_IN_NONBLOCK) && HAVE_DECL_IN_NONBLOCK))
3 # define IN_NONBLOCK O_NONBLOCK
19 XLAT(IN_NONBLOCK),
  /external/ltp/testcases/kernel/syscalls/inotify_init/
inotify_init1_02.c 63 #define IN_NONBLOCK O_NONBLOCK
153 fd = ltp_syscall(__NR_inotify_init1, IN_NONBLOCK);
156 "inotify_init1(IN_NONBLOCK) failed");
165 "inotify_init1(IN_NONBLOCK) set "
169 tst_resm(TPASS, "inotify_init1(IN_NONBLOCK) PASSED");
  /bionic/libc/kernel/uapi/linux/
inotify.h 55 #define IN_NONBLOCK O_NONBLOCK
  /external/kernel-headers/original/uapi/linux/
inotify.h 72 #define IN_NONBLOCK O_NONBLOCK
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
inotify.h 30 IN_NONBLOCK = 04000
31 #define IN_NONBLOCK IN_NONBLOCK
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
inotify.h 71 #define IN_NONBLOCK O_NONBLOCK
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
inotify.h 30 IN_NONBLOCK = 04000
31 #define IN_NONBLOCK IN_NONBLOCK
  /prebuilts/go/darwin-x86/src/syscall/
zerrors_linux_386.go 365 IN_NONBLOCK = 0x800
    [all...]
zerrors_linux_amd64.go 365 IN_NONBLOCK = 0x800
    [all...]
zerrors_linux_arm.go 367 IN_NONBLOCK = 0x800
    [all...]
zerrors_linux_arm64.go 492 IN_NONBLOCK = 0x800
    [all...]
zerrors_linux_mips.go 473 IN_NONBLOCK = 0x80
    [all...]
zerrors_linux_mips64.go 488 IN_NONBLOCK = 0x80
    [all...]
zerrors_linux_mips64le.go 488 IN_NONBLOCK = 0x80
    [all...]
zerrors_linux_mipsle.go 473 IN_NONBLOCK = 0x80
    [all...]
zerrors_linux_ppc64.go 492 IN_NONBLOCK = 0x800
    [all...]
zerrors_linux_ppc64le.go 492 IN_NONBLOCK = 0x800
    [all...]
zerrors_linux_s390x.go 483 IN_NONBLOCK = 0x800
    [all...]
  /prebuilts/go/linux-x86/src/syscall/
zerrors_linux_386.go 365 IN_NONBLOCK = 0x800
    [all...]
zerrors_linux_amd64.go 365 IN_NONBLOCK = 0x800
    [all...]
zerrors_linux_arm.go 367 IN_NONBLOCK = 0x800
    [all...]
zerrors_linux_arm64.go 492 IN_NONBLOCK = 0x800
    [all...]
zerrors_linux_mips.go 473 IN_NONBLOCK = 0x80
    [all...]
zerrors_linux_mips64.go 488 IN_NONBLOCK = 0x80
    [all...]

Completed in 872 milliseconds

1 2