HomeSort by relevance Sort by last modified time
    Searched refs:O_NONBLOCK (Results 1 - 25 of 202) sorted by null

1 2 3 4 5 6 7 8 9

  /external/bison/lib/
pipe2.c 70 if ((flags & ~(O_CLOEXEC | O_NONBLOCK | O_BINARY | O_TEXT)) != 0)
79 if (_pipe (fd, 4096, flags & ~O_NONBLOCK) < 0)
86 /* O_NONBLOCK handling.
87 On native Windows platforms, O_NONBLOCK is defined by gnulib. Use the
90 if (flags & O_NONBLOCK)
98 verify (O_NONBLOCK == 0);
111 says that initially, the O_NONBLOCK and FD_CLOEXEC flags are cleared on
114 /* O_NONBLOCK handling.
115 On Unix platforms, O_NONBLOCK is defined by the system. Use fcntl(). */
116 if (flags & O_NONBLOCK)
    [all...]
  /bionic/libc/include/sys/
eventfd.h 38 #define EFD_NONBLOCK O_NONBLOCK
inotify.h 36 #include <asm/fcntl.h> /* For O_CLOEXEC and O_NONBLOCK. */
41 #define IN_NONBLOCK O_NONBLOCK
timerfd.h 32 #include <fcntl.h> /* For O_CLOEXEC and O_NONBLOCK. */
42 #define TFD_NONBLOCK O_NONBLOCK
  /development/ndk/platforms/android-9/include/sys/
eventfd.h 37 #define EFD_NONBLOCK O_NONBLOCK
  /development/ndk/platforms/android-L/include/sys/
eventfd.h 38 #define EFD_NONBLOCK O_NONBLOCK
inotify.h 36 #include <asm/fcntl.h> /* For O_CLOEXEC and O_NONBLOCK. */
41 #define IN_NONBLOCK O_NONBLOCK
timerfd.h 32 #include <fcntl.h> /* For O_CLOEXEC and O_NONBLOCK. */
42 #define TFD_NONBLOCK O_NONBLOCK
  /development/ndk/sources/android/libportable/common/include/
inotify_portable.h 42 #define IN_NONBLOCK O_NONBLOCK
timerfd_portable.h 42 #define TFD_NONBLOCK O_NONBLOCK
signalfd_portable.h 16 #define SFD_NONBLOCK O_NONBLOCK
  /external/e2fsprogs/lib/e2p/
fgetversion.c 34 #define OPEN_FLAGS (O_RDONLY|O_NONBLOCK|O_LARGEFILE)
36 #define OPEN_FLAGS (O_RDONLY|O_NONBLOCK)
fsetversion.c 34 #define OPEN_FLAGS (O_RDONLY|O_NONBLOCK|O_LARGEFILE)
36 #define OPEN_FLAGS (O_RDONLY|O_NONBLOCK)
  /external/chromium_org/third_party/libusb/src/libusb/os/
poll_posix.c 39 ret = fcntl(pipefd[1], F_SETFL, ret | O_NONBLOCK);
  /development/ndk/platforms/android-3/header-patches/include/asm-generic/
fcntl.h 25 #ifndef O_NONBLOCK
26 #define O_NONBLOCK 00004000
50 #define O_NDELAY O_NONBLOCK
  /development/ndk/platforms/android-3/include/asm-generic/
fcntl.h 36 #ifndef O_NONBLOCK
37 #define O_NONBLOCK 00004000
61 #define O_NDELAY O_NONBLOCK
  /development/ndk/platforms/android-L/include/asm-generic/
fcntl.h 46 #ifndef O_NONBLOCK
47 #define O_NONBLOCK 00004000
90 #define O_NDELAY O_NONBLOCK
  /bionic/libc/kernel/uapi/asm-generic/
fcntl.h 46 #ifndef O_NONBLOCK
47 #define O_NONBLOCK 00004000
96 #define O_NDELAY O_NONBLOCK
  /external/kernel-headers/original/uapi/asm-generic/
fcntl.h 37 #ifndef O_NONBLOCK
38 #define O_NONBLOCK 00004000
96 #define O_NDELAY O_NONBLOCK
  /bionic/libc/kernel/uapi/linux/
signalfd.h 25 #define SFD_NONBLOCK O_NONBLOCK
  /development/ndk/platforms/android-9/arch-mips/include/asm/
fcntl.h 24 #define O_NONBLOCK 0x0080
  /development/ndk/platforms/android-L/arch-mips/include/asm/
fcntl.h 24 #define O_NONBLOCK 0x0080
  /development/ndk/platforms/android-L/arch-mips64/include/asm/
fcntl.h 24 #define O_NONBLOCK 0x0080
  /development/ndk/platforms/android-L/include/linux/
signalfd.h 25 #define SFD_NONBLOCK O_NONBLOCK
  /external/kernel-headers/original/uapi/linux/
signalfd.h 12 /* For O_CLOEXEC and O_NONBLOCK */
17 #define SFD_NONBLOCK O_NONBLOCK

Completed in 464 milliseconds

1 2 3 4 5 6 7 8 9