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

  /external/ltp/include/lapi/
posix_clocks.h 42 #ifndef CLOCK_BOOTTIME_ALARM
43 # define CLOCK_BOOTTIME_ALARM 9
  /external/strace/xlat/
clocknames.h 29 #if !(defined(CLOCK_BOOTTIME_ALARM) || (defined(HAVE_DECL_CLOCK_BOOTTIME_ALARM) && HAVE_DECL_CLOCK_BOOTTIME_ALARM))
30 # define CLOCK_BOOTTIME_ALARM 9
51 XLAT(CLOCK_BOOTTIME_ALARM),
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
time.h 79 # define CLOCK_BOOTTIME_ALARM 9
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
time.h 79 # define CLOCK_BOOTTIME_ALARM 9
  /external/linux-kselftest/tools/testing/selftests/timers/
nanosleep.c 43 #define CLOCK_BOOTTIME_ALARM 9
71 case CLOCK_BOOTTIME_ALARM:
72 return "CLOCK_BOOTTIME_ALARM";
alarmtimer-suspend.c 42 #define CLOCK_BOOTTIME_ALARM 9
78 case CLOCK_BOOTTIME_ALARM:
79 return "CLOCK_BOOTTIME_ALARM";
140 alarm_clock_id <= CLOCK_BOOTTIME_ALARM;
inconsistency-check.c 45 #define CLOCK_BOOTTIME_ALARM 9
71 case CLOCK_BOOTTIME_ALARM:
72 return "CLOCK_BOOTTIME_ALARM";
nsleep-lat.c 43 #define CLOCK_BOOTTIME_ALARM 9
71 case CLOCK_BOOTTIME_ALARM:
72 return "CLOCK_BOOTTIME_ALARM";
set-timer-lat.c 42 #define CLOCK_BOOTTIME_ALARM 9
79 case CLOCK_BOOTTIME_ALARM:
80 return "CLOCK_BOOTTIME_ALARM";
142 (clock_id == CLOCK_BOOTTIME_ALARM)) {
  /bionic/libc/kernel/uapi/linux/
time.h 57 #define CLOCK_BOOTTIME_ALARM 9
  /external/kernel-headers/original/uapi/linux/
time.h 57 #define CLOCK_BOOTTIME_ALARM 9
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
time.h 64 #define CLOCK_BOOTTIME_ALARM 9
  /hardware/qcom/gps/msm8909/utils/
LocTimer.cpp 46 #define CLOCK_BOOTTIME_ALARM CLOCK_MONOTONIC
211 mDevFd(timerfd_create(wakeOnExpire ? CLOCK_BOOTTIME_ALARM : CLOCK_BOOTTIME, 0)) {
  /hardware/qcom/gps/msm8909w_3100/utils/
LocTimer.cpp 46 #define CLOCK_BOOTTIME_ALARM CLOCK_MONOTONIC
211 mDevFd(timerfd_create(wakeOnExpire ? CLOCK_BOOTTIME_ALARM : CLOCK_BOOTTIME, 0)) {
  /hardware/qcom/gps/msm8996/utils/
LocTimer.cpp 47 #define CLOCK_BOOTTIME_ALARM CLOCK_MONOTONIC
212 mDevFd(timerfd_create(wakeOnExpire ? CLOCK_BOOTTIME_ALARM : CLOCK_BOOTTIME, 0)) {
  /hardware/qcom/gps/msm8998/utils/
LocTimer.cpp 47 #define CLOCK_BOOTTIME_ALARM CLOCK_MONOTONIC
212 mDevFd(timerfd_create(wakeOnExpire ? CLOCK_BOOTTIME_ALARM : CLOCK_BOOTTIME, 0)) {

Completed in 387 milliseconds