HomeSort by relevance Sort by last modified time
    Searched defs:TFD_TIMER_ABSTIME (Results 1 - 13 of 13) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/
timerfd.h 38 TFD_TIMER_ABSTIME = 1 << 0
39 #define TFD_TIMER_ABSTIME TFD_TIMER_ABSTIME
49 FLAGS has the TFD_TIMER_ABSTIME flag set the timeout value is
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
timerfd.h 38 TFD_TIMER_ABSTIME = 1 << 0
39 #define TFD_TIMER_ABSTIME TFD_TIMER_ABSTIME
49 FLAGS has the TFD_TIMER_ABSTIME flag set the timeout value is
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
timerfd.h 38 TFD_TIMER_ABSTIME = 1 << 0
39 #define TFD_TIMER_ABSTIME TFD_TIMER_ABSTIME
49 FLAGS has the TFD_TIMER_ABSTIME flag set the timeout value is
  /bionic/libc/include/sys/
timerfd.h 38 #define TFD_TIMER_ABSTIME (1 << 0)
  /development/ndk/platforms/android-21/include/sys/
timerfd.h 38 #define TFD_TIMER_ABSTIME (1 << 0)
  /external/strace/xlat/
timerfdflags.h 6 #if !(defined(TFD_TIMER_ABSTIME) || (defined(HAVE_DECL_TFD_TIMER_ABSTIME) && HAVE_DECL_TFD_TIMER_ABSTIME))
7 # define TFD_TIMER_ABSTIME (1 << 0)
9 XLAT(TFD_TIMER_ABSTIME),
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/sys/
timerfd.h 38 #define TFD_TIMER_ABSTIME (1 << 0)
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/sys/
timerfd.h 38 #define TFD_TIMER_ABSTIME (1 << 0)
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/sys/
timerfd.h 38 #define TFD_TIMER_ABSTIME (1 << 0)
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/sys/
timerfd.h 38 #define TFD_TIMER_ABSTIME (1 << 0)
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/sys/
timerfd.h 38 #define TFD_TIMER_ABSTIME (1 << 0)
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/sys/
timerfd.h 38 #define TFD_TIMER_ABSTIME (1 << 0)
  /external/valgrind/memcheck/tests/linux/
timerfd-syscall.c 92 #define TFD_TIMER_ABSTIME (1 << 0)
224 if (timerfd_settime(tfd, TFD_TIMER_ABSTIME, &tmr, NULL))
243 if (timerfd_settime(tfd, TFD_TIMER_ABSTIME, &tmr, NULL))

Completed in 969 milliseconds