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

  /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 39 #define TFD_TIMER_ABSTIME (1 << 0)
  /external/strace/xlat/
timerfdflags.h 2 #if !(defined(TFD_TIMER_ABSTIME) || (defined(HAVE_DECL_TFD_TIMER_ABSTIME) && HAVE_DECL_TFD_TIMER_ABSTIME))
3 # define TFD_TIMER_ABSTIME (1 << 0)
27 XLAT(TFD_TIMER_ABSTIME),
  /bionic/libc/kernel/uapi/linux/
timerfd.h 24 #define TFD_TIMER_ABSTIME (1 << 0)
  /external/kernel-headers/original/uapi/linux/
timerfd.h 30 #define TFD_TIMER_ABSTIME (1 << 0)
  /external/ltp/testcases/kernel/syscalls/timerfd/
timerfd01.c 62 #define TFD_TIMER_ABSTIME (1 << 0)
188 if (timerfd_settime(tfd, TFD_TIMER_ABSTIME, &tmr, NULL)) {
206 if (timerfd_settime(tfd, TFD_TIMER_ABSTIME, &tmr, NULL)) {
  /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))
  /hardware/qcom/gps/msm8909/utils/
LocTimer.cpp 304 timerfd_settime(getTimerFd(), TFD_TIMER_ABSTIME, &delay, NULL);
380 timerfd_settime(getTimerFd(), TFD_TIMER_ABSTIME, &delay, NULL);
  /hardware/qcom/gps/msm8909w_3100/utils/
LocTimer.cpp 304 timerfd_settime(getTimerFd(), TFD_TIMER_ABSTIME, &delay, NULL);
380 timerfd_settime(getTimerFd(), TFD_TIMER_ABSTIME, &delay, NULL);
  /hardware/qcom/gps/msm8996/utils/
LocTimer.cpp 304 timerfd_settime(getTimerFd(), TFD_TIMER_ABSTIME, &delay, NULL);
379 timerfd_settime(getTimerFd(), TFD_TIMER_ABSTIME, &delay, NULL);
  /hardware/qcom/gps/msm8998/utils/
LocTimer.cpp 304 timerfd_settime(getTimerFd(), TFD_TIMER_ABSTIME, &delay, NULL);
379 timerfd_settime(getTimerFd(), TFD_TIMER_ABSTIME, &delay, NULL);

Completed in 402 milliseconds