Home
last modified time | relevance | path

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

/external/strace/xlat/
Dclocknames.h62 #if defined(CLOCK_REALTIME_ALARM) || (defined(HAVE_DECL_CLOCK_REALTIME_ALARM) && HAVE_DECL_CLOCK_RE…
64 static_assert((CLOCK_REALTIME_ALARM) == (8), "CLOCK_REALTIME_ALARM != 8");
67 # define CLOCK_REALTIME_ALARM 8
104 [CLOCK_REALTIME_ALARM] = XLAT(CLOCK_REALTIME_ALARM),
Dclocknames.in10 CLOCK_REALTIME_ALARM 8
/external/ltp/include/lapi/
Dcommon_timers.h25 CLOCK_REALTIME_ALARM,
46 CLOCK_TO_STR(CLOCK_REALTIME_ALARM); in get_clock_str()
58 case CLOCK_REALTIME_ALARM: in possibly_unsupported()
Dposix_clocks.h30 #ifndef CLOCK_REALTIME_ALARM
31 # define CLOCK_REALTIME_ALARM 8 macro
/external/linux-kselftest/tools/testing/selftests/timers/
Dalarmtimer-suspend.c41 #define CLOCK_REALTIME_ALARM 8 macro
76 case CLOCK_REALTIME_ALARM: in clockstring()
139 for (alarm_clock_id = CLOCK_REALTIME_ALARM; in main()
Dset-timer-lat.c41 #define CLOCK_REALTIME_ALARM 8 macro
77 case CLOCK_REALTIME_ALARM: in clockstring()
141 if ((clock_id == CLOCK_REALTIME_ALARM) || in setup_timer()
Dnanosleep.c42 #define CLOCK_REALTIME_ALARM 8 macro
69 case CLOCK_REALTIME_ALARM: in clockstring()
Dinconsistency-check.c44 #define CLOCK_REALTIME_ALARM 8 macro
69 case CLOCK_REALTIME_ALARM: in clockstring()
Dnsleep-lat.c42 #define CLOCK_REALTIME_ALARM 8 macro
69 case CLOCK_REALTIME_ALARM: in clockstring()
/external/kernel-headers/original/uapi/linux/
Dtime.h57 #define CLOCK_REALTIME_ALARM 8 macro
/external/libchrome/libchrome_tools/patches/
DRefactor-AlarmTimer-to-report-error-to-the-caller.patch61 : alarm_fd_(timerfd_create(CLOCK_REALTIME_ALARM, 0)), weak_factory_(this) {}
64 + return CreateInternal(CLOCK_REALTIME_ALARM);
153 + // Specifically, uses CLOCK_REALTIME instead of CLOCK_REALTIME_ALARM.
/external/ltp/testcases/kernel/syscalls/clock_getres/
Dclock_getres01.c35 {"CLOCK_REALTIME_ALARM", CLOCK_REALTIME_ALARM, 0, 0,},
/external/rust/crates/nix/src/
Dtime.rs128 pub const CLOCK_REALTIME_ALARM: ClockId = ClockId(libc::CLOCK_REALTIME_ALARM); constant
/external/libchrome/components/timers/
Dalarm_timer_chromeos.cc24 : alarm_fd_(timerfd_create(CLOCK_REALTIME_ALARM, 0)), weak_factory_(this) {} in SimpleAlarmTimer()
/external/rust/crates/nix/src/sys/
Dtimerfd.rs65 CLOCK_REALTIME_ALARM,
/external/rust/crates/libc/src/unix/linux_like/
Dmod.rs492 pub const CLOCK_REALTIME_ALARM: ::clockid_t = 8; constant
/external/rust/crates/libc/src/fuchsia/
Dmod.rs1441 pub const CLOCK_REALTIME_ALARM: ::clockid_t = 8; constant
/external/strace/
DChangeLog43776 * time.c (clocknames): Add CLOCK_BOOTTIME, CLOCK_REALTIME_ALARM,