Home
last modified time | relevance | path

Searched refs:CLOCK_BOOTTIME_ALARM (Results 1 – 12 of 12) sorted by relevance

/external/strace/xlat/
Dclocknames.h29 #if !(defined(CLOCK_BOOTTIME_ALARM) || (defined(HAVE_DECL_CLOCK_BOOTTIME_ALARM) && HAVE_DECL_CLOCK_…
30 # define CLOCK_BOOTTIME_ALARM 9 macro
51 XLAT(CLOCK_BOOTTIME_ALARM),
Dclocknames.in10 CLOCK_BOOTTIME_ALARM 9
/external/ltp/include/lapi/
Dposix_clocks.h42 #ifndef CLOCK_BOOTTIME_ALARM
43 # define CLOCK_BOOTTIME_ALARM 9 macro
/external/linux-kselftest/tools/testing/selftests/timers/
Dalarmtimer-suspend.c53 #define CLOCK_BOOTTIME_ALARM 9 macro
89 case CLOCK_BOOTTIME_ALARM: in clockstring()
151 alarm_clock_id <= CLOCK_BOOTTIME_ALARM; in main()
Dset-timer-lat.c52 #define CLOCK_BOOTTIME_ALARM 9 macro
88 case CLOCK_BOOTTIME_ALARM: in clockstring()
143 (clock_id == CLOCK_BOOTTIME_ALARM)) { in do_timer()
Dnanosleep.c54 #define CLOCK_BOOTTIME_ALARM 9 macro
82 case CLOCK_BOOTTIME_ALARM: in clockstring()
Dnsleep-lat.c54 #define CLOCK_BOOTTIME_ALARM 9 macro
82 case CLOCK_BOOTTIME_ALARM: in clockstring()
Dinconsistency-check.c56 #define CLOCK_BOOTTIME_ALARM 9 macro
82 case CLOCK_BOOTTIME_ALARM: in clockstring()
/external/kernel-headers/original/uapi/linux/
Dtime.h56 #define CLOCK_BOOTTIME_ALARM 9 macro
/external/ltp/testcases/kernel/syscalls/clock_getres/
Dclock_getres01.c54 {"CLOCK_BOOTTIME_ALARM", CLOCK_BOOTTIME_ALARM, &res, 0, 0,},
/external/linux-kselftest/tools/testing/selftests/breakpoints/
Dstep_after_suspend_test.c143 timerfd = timerfd_create(CLOCK_BOOTTIME_ALARM, 0); in suspend()
/external/strace/
DChangeLog29133 CLOCK_BOOTTIME_ALARM, CLOCK_SGI_CYCLE, and CLOCK_TAI.