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

1 2 3 4 5 6 7 8 91011>>

  /bionic/libc/kernel/common/linux/
timerfd.h 26 #define TFD_NONBLOCK O_NONBLOCK
  /external/kernel-headers/original/linux/
timerfd.h 11 /* For O_CLOEXEC and O_NONBLOCK */
24 #define TFD_NONBLOCK O_NONBLOCK
  /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 37 #define EFD_NONBLOCK O_NONBLOCK
  /development/ndk/platforms/android-9/include/sys/
eventfd.h 37 #define EFD_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
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/sys/
eventfd.h 37 #define EFD_NONBLOCK O_NONBLOCK
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/sys/
eventfd.h 37 #define EFD_NONBLOCK O_NONBLOCK
  /prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/sys/
eventfd.h 37 #define EFD_NONBLOCK O_NONBLOCK
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/sys/
eventfd.h 37 #define EFD_NONBLOCK O_NONBLOCK
  /prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/sys/
eventfd.h 37 #define EFD_NONBLOCK O_NONBLOCK
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/sys/
eventfd.h 37 #define EFD_NONBLOCK O_NONBLOCK
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/sys/
eventfd.h 37 #define EFD_NONBLOCK O_NONBLOCK
  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/sys/
eventfd.h 37 #define EFD_NONBLOCK O_NONBLOCK
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/sys/
eventfd.h 37 #define EFD_NONBLOCK O_NONBLOCK
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/sys/
eventfd.h 37 #define EFD_NONBLOCK O_NONBLOCK
  /prebuilts/ndk/9/platforms/android-14/arch-arm/usr/include/sys/
eventfd.h 37 #define EFD_NONBLOCK O_NONBLOCK
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/sys/
eventfd.h 37 #define EFD_NONBLOCK O_NONBLOCK
  /prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/sys/
eventfd.h 37 #define EFD_NONBLOCK O_NONBLOCK
  /prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/sys/
eventfd.h 37 #define EFD_NONBLOCK O_NONBLOCK
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/sys/
eventfd.h 37 #define EFD_NONBLOCK O_NONBLOCK
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/sys/
eventfd.h 37 #define EFD_NONBLOCK O_NONBLOCK
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/sys/
eventfd.h 37 #define EFD_NONBLOCK O_NONBLOCK
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/sys/
eventfd.h 37 #define EFD_NONBLOCK O_NONBLOCK

Completed in 2471 milliseconds

1 2 3 4 5 6 7 8 91011>>