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

  /external/strace/xlat/
timerfdflags.h 5 #if !(defined(TFD_TIMER_CANCEL_ON_SET) || (defined(HAVE_DECL_TFD_TIMER_CANCEL_ON_SET) && HAVE_DECL_TFD_TIMER_CANCEL_ON_SET))
6 # define TFD_TIMER_CANCEL_ON_SET (1 << 1)
28 XLAT(TFD_TIMER_CANCEL_ON_SET),
timerfdflags.in 4 TFD_TIMER_CANCEL_ON_SET (1 << 1)
  /bionic/libc/kernel/uapi/linux/
timerfd.h 25 #define TFD_TIMER_CANCEL_ON_SET (1 << 1)
  /external/kernel-headers/original/uapi/linux/
timerfd.h 31 #define TFD_TIMER_CANCEL_ON_SET (1 << 1)
  /bionic/libc/include/sys/
timerfd.h 40 #define TFD_TIMER_CANCEL_ON_SET (1 << 1)
  /frameworks/base/services/core/jni/
com_android_server_AlarmManagerService.cpp 372 TFD_TIMER_ABSTIME | TFD_TIMER_CANCEL_ON_SET, &spec, NULL);

Completed in 122 milliseconds