Home
last modified time | relevance | path

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

/external/strace/xlat/
Dclocknames.h26 #if !(defined(CLOCK_REALTIME_ALARM) || (defined(HAVE_DECL_CLOCK_REALTIME_ALARM) && HAVE_DECL_CLOCK_…
27 # define CLOCK_REALTIME_ALARM 8 macro
55 XLAT(CLOCK_REALTIME_ALARM),
Dclocknames.in9 CLOCK_REALTIME_ALARM 8
/external/ltp/include/lapi/
Dposix_clocks.h38 #ifndef CLOCK_REALTIME_ALARM
39 # define CLOCK_REALTIME_ALARM 8 macro
/external/linux-kselftest/tools/testing/selftests/timers/
Dalarmtimer-suspend.c52 #define CLOCK_REALTIME_ALARM 8 macro
87 case CLOCK_REALTIME_ALARM: in clockstring()
150 for (alarm_clock_id = CLOCK_REALTIME_ALARM; in main()
Dset-timer-lat.c51 #define CLOCK_REALTIME_ALARM 8 macro
86 case CLOCK_REALTIME_ALARM: in clockstring()
142 if ((clock_id == CLOCK_REALTIME_ALARM) || in do_timer()
Dnanosleep.c53 #define CLOCK_REALTIME_ALARM 8 macro
80 case CLOCK_REALTIME_ALARM: in clockstring()
Dnsleep-lat.c53 #define CLOCK_REALTIME_ALARM 8 macro
80 case CLOCK_REALTIME_ALARM: in clockstring()
Dinconsistency-check.c55 #define CLOCK_REALTIME_ALARM 8 macro
80 case CLOCK_REALTIME_ALARM: in clockstring()
/external/kernel-headers/original/uapi/linux/
Dtime.h55 #define CLOCK_REALTIME_ALARM 8 macro
/external/ltp/testcases/kernel/syscalls/clock_getres/
Dclock_getres01.c64 {"CLOCK_REALTIME_ALARM", CLOCK_REALTIME_ALARM, NORMAL, 0, 0,},
/external/libchrome/components/timers/
Dalarm_timer_chromeos.cc163 : alarm_fd_(timerfd_create(CLOCK_REALTIME_ALARM, 0)), in Delegate()
/external/strace/
DChangeLog24586 * time.c (clocknames): Add CLOCK_BOOTTIME, CLOCK_REALTIME_ALARM,