Searched refs:CLOCK_BOOTTIME_ALARM (Results 1 - 10 of 10) sorted by relevance

/external/ltp/include/lapi/
H A Dposix_clocks.h42 #ifndef CLOCK_BOOTTIME_ALARM
43 # define CLOCK_BOOTTIME_ALARM 9 macro
/external/strace/xlat/
H A Dclocknames.h29 #if !(defined(CLOCK_BOOTTIME_ALARM) || (defined(HAVE_DECL_CLOCK_BOOTTIME_ALARM) && HAVE_DECL_CLOCK_BOOTTIME_ALARM))
30 # define CLOCK_BOOTTIME_ALARM 9 macro
51 XLAT(CLOCK_BOOTTIME_ALARM),
/external/kernel-headers/original/uapi/linux/
H A Dtime.h57 #define CLOCK_BOOTTIME_ALARM 9 macro
/external/linux-kselftest/tools/testing/selftests/timers/
H A Dalarmtimer-suspend.c42 #define CLOCK_BOOTTIME_ALARM 9 macro
78 case CLOCK_BOOTTIME_ALARM:
79 return "CLOCK_BOOTTIME_ALARM";
140 alarm_clock_id <= CLOCK_BOOTTIME_ALARM;
H A Dinconsistency-check.c45 #define CLOCK_BOOTTIME_ALARM 9 macro
71 case CLOCK_BOOTTIME_ALARM:
72 return "CLOCK_BOOTTIME_ALARM";
H A Dnanosleep.c43 #define CLOCK_BOOTTIME_ALARM 9 macro
71 case CLOCK_BOOTTIME_ALARM:
72 return "CLOCK_BOOTTIME_ALARM";
H A Dnsleep-lat.c43 #define CLOCK_BOOTTIME_ALARM 9 macro
71 case CLOCK_BOOTTIME_ALARM:
72 return "CLOCK_BOOTTIME_ALARM";
H A Dset-timer-lat.c42 #define CLOCK_BOOTTIME_ALARM 9 macro
79 case CLOCK_BOOTTIME_ALARM:
80 return "CLOCK_BOOTTIME_ALARM";
142 (clock_id == CLOCK_BOOTTIME_ALARM)) {
/external/ltp/testcases/kernel/syscalls/clock_getres/
H A Dclock_getres01.c54 {"CLOCK_BOOTTIME_ALARM", CLOCK_BOOTTIME_ALARM, &res, 0, 0,},
/external/linux-kselftest/tools/testing/selftests/breakpoints/
H A Dstep_after_suspend_test.c151 timerfd = timerfd_create(CLOCK_BOOTTIME_ALARM, 0);

Completed in 127 milliseconds