HomeSort by relevance Sort by last modified time
    Searched refs:TFD_NONBLOCK (Results 26 - 42 of 42) sorted by null

12

  /prebuilts/ndk/r11/platforms/android-21/arch-x86/usr/include/sys/
timerfd.h 42 #define TFD_NONBLOCK O_NONBLOCK
  /prebuilts/ndk/r11/platforms/android-21/arch-x86_64/usr/include/sys/
timerfd.h 42 #define TFD_NONBLOCK O_NONBLOCK
  /prebuilts/ndk/r11/platforms/android-23/arch-arm/usr/include/sys/
timerfd.h 42 #define TFD_NONBLOCK O_NONBLOCK
  /prebuilts/ndk/r11/platforms/android-23/arch-arm64/usr/include/sys/
timerfd.h 42 #define TFD_NONBLOCK O_NONBLOCK
  /prebuilts/ndk/r11/platforms/android-23/arch-mips/usr/include/sys/
timerfd.h 42 #define TFD_NONBLOCK O_NONBLOCK
  /prebuilts/ndk/r11/platforms/android-23/arch-mips64/usr/include/sys/
timerfd.h 42 #define TFD_NONBLOCK O_NONBLOCK
  /prebuilts/ndk/r11/platforms/android-23/arch-x86/usr/include/sys/
timerfd.h 42 #define TFD_NONBLOCK O_NONBLOCK
  /prebuilts/ndk/r11/platforms/android-23/arch-x86_64/usr/include/sys/
timerfd.h 42 #define TFD_NONBLOCK O_NONBLOCK
  /prebuilts/ndk/r11/platforms/android-24/arch-arm/usr/include/sys/
timerfd.h 42 #define TFD_NONBLOCK O_NONBLOCK
  /prebuilts/ndk/r11/platforms/android-24/arch-arm64/usr/include/sys/
timerfd.h 42 #define TFD_NONBLOCK O_NONBLOCK
  /prebuilts/ndk/r11/platforms/android-24/arch-mips/usr/include/sys/
timerfd.h 42 #define TFD_NONBLOCK O_NONBLOCK
  /prebuilts/ndk/r11/platforms/android-24/arch-mips64/usr/include/sys/
timerfd.h 42 #define TFD_NONBLOCK O_NONBLOCK
  /prebuilts/ndk/r11/platforms/android-24/arch-x86/usr/include/sys/
timerfd.h 42 #define TFD_NONBLOCK O_NONBLOCK
  /prebuilts/ndk/r11/platforms/android-24/arch-x86_64/usr/include/sys/
timerfd.h 42 #define TFD_NONBLOCK O_NONBLOCK
  /external/ltp/testcases/kernel/syscalls/timerfd/
timerfd03.c 29 /* This patch adds support for the TFD_NONBLOCK flag to timerfd_create. The */
64 #define TFD_NONBLOCK O_NONBLOCK
155 TFD_NONBLOCK);
159 "timerfd_create(TFD_NONBLOCK) failed");
168 "timerfd_create(TFD_NONBLOCK) set non-blocking mode");
171 tst_resm(TPASS, "timerfd_create(TFD_NONBLOCK) PASSED");
  /system/core/healthd/
healthd_common.cpp 221 wakealarm_fd = timerfd_create(CLOCK_BOOTTIME_ALARM, TFD_NONBLOCK);
  /external/libusb/libusb/
io.c     [all...]

Completed in 1671 milliseconds

12