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

  /external/strace/xlat/
timerfdflags.h 4 #if defined(TFD_TIMER_ABSTIME) || (defined(HAVE_DECL_TFD_TIMER_ABSTIME) && HAVE_DECL_TFD_TIMER_ABSTIME)
5 XLAT(TFD_TIMER_ABSTIME),
  /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-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/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))
  /frameworks/base/services/core/jni/
com_android_server_AlarmManagerService.cpp 157 return timerfd_settime(fds[type], TFD_TIMER_ABSTIME, &spec, NULL);
332 TFD_TIMER_ABSTIME | TFD_TIMER_CANCEL_ON_SET, &spec, NULL);
  /external/strace/
time.c 827 #ifndef TFD_TIMER_ABSTIME
828 #define TFD_TIMER_ABSTIME (1 << 0)
  /external/chromium_org/third_party/libusb/src/libusb/
io.c     [all...]
  /external/libusb/libusb/
io.c     [all...]

Completed in 305 milliseconds