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

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/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.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
  /bionic/libc/include/sys/
timerfd.h 38 #define TFD_TIMER_ABSTIME (1 << 0)
  /development/ndk/platforms/android-L/include/sys/
timerfd.h 38 #define TFD_TIMER_ABSTIME (1 << 0)
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/sys/
timerfd.h 38 #define TFD_TIMER_ABSTIME (1 << 0)
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/sys/
timerfd.h 38 #define TFD_TIMER_ABSTIME (1 << 0)
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/sys/
timerfd.h 38 #define TFD_TIMER_ABSTIME (1 << 0)
  /external/valgrind/main/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))
  /external/strace/
time.c 827 #ifndef TFD_TIMER_ABSTIME
828 #define TFD_TIMER_ABSTIME (1 << 0)

Completed in 195 milliseconds