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

1 2 3 4 5 6 7 8 91011>>

  /external/strace/xlat/
delete_module_flags.h 4 #if defined(O_NONBLOCK) || (defined(HAVE_DECL_O_NONBLOCK) && HAVE_DECL_O_NONBLOCK)
5 XLAT(O_NONBLOCK),
inotify_init_flags.h 4 #if defined(O_NONBLOCK) || (defined(HAVE_DECL_O_NONBLOCK) && HAVE_DECL_O_NONBLOCK)
5 XLAT(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 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
  /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-12/arch-arm/usr/include/sys/
eventfd.h 37 #define EFD_NONBLOCK O_NONBLOCK
  /prebuilts/ndk/9/platforms/android-12/arch-mips/usr/include/sys/
eventfd.h 37 #define EFD_NONBLOCK O_NONBLOCK
  /prebuilts/ndk/9/platforms/android-12/arch-x86/usr/include/sys/
eventfd.h 37 #define EFD_NONBLOCK O_NONBLOCK

Completed in 1170 milliseconds

1 2 3 4 5 6 7 8 91011>>