Searched refs:CLOCK_REALTIME_ALARM (Results 1 – 18 of 18) sorted by relevance
/external/strace/xlat/ |
D | clocknames.h | 62 #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),
|
D | clocknames.in | 10 CLOCK_REALTIME_ALARM 8
|
/external/ltp/include/lapi/ |
D | common_timers.h | 25 CLOCK_REALTIME_ALARM, 46 CLOCK_TO_STR(CLOCK_REALTIME_ALARM); in get_clock_str() 58 case CLOCK_REALTIME_ALARM: in possibly_unsupported()
|
D | posix_clocks.h | 30 #ifndef CLOCK_REALTIME_ALARM 31 # define CLOCK_REALTIME_ALARM 8 macro
|
/external/linux-kselftest/tools/testing/selftests/timers/ |
D | alarmtimer-suspend.c | 41 #define CLOCK_REALTIME_ALARM 8 macro 76 case CLOCK_REALTIME_ALARM: in clockstring() 139 for (alarm_clock_id = CLOCK_REALTIME_ALARM; in main()
|
D | set-timer-lat.c | 41 #define CLOCK_REALTIME_ALARM 8 macro 77 case CLOCK_REALTIME_ALARM: in clockstring() 141 if ((clock_id == CLOCK_REALTIME_ALARM) || in setup_timer()
|
D | nanosleep.c | 42 #define CLOCK_REALTIME_ALARM 8 macro 69 case CLOCK_REALTIME_ALARM: in clockstring()
|
D | nsleep-lat.c | 42 #define CLOCK_REALTIME_ALARM 8 macro 69 case CLOCK_REALTIME_ALARM: in clockstring()
|
D | inconsistency-check.c | 44 #define CLOCK_REALTIME_ALARM 8 macro 69 case CLOCK_REALTIME_ALARM: in clockstring()
|
/external/kernel-headers/original/uapi/linux/ |
D | time.h | 57 #define CLOCK_REALTIME_ALARM 8 macro
|
/external/libchrome/libchrome_tools/patches/ |
D | Refactor-AlarmTimer-to-report-error-to-the-caller.patch | 61 : 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/ |
D | clock_getres01.c | 35 {"CLOCK_REALTIME_ALARM", CLOCK_REALTIME_ALARM, 0, 0,},
|
/external/rust/crates/nix/src/ |
D | time.rs | 128 pub const CLOCK_REALTIME_ALARM: ClockId = ClockId(libc::CLOCK_REALTIME_ALARM); constant
|
/external/libchrome/components/timers/ |
D | alarm_timer_chromeos.cc | 24 : alarm_fd_(timerfd_create(CLOCK_REALTIME_ALARM, 0)), weak_factory_(this) {} in SimpleAlarmTimer()
|
/external/rust/crates/nix/src/sys/ |
D | timerfd.rs | 65 CLOCK_REALTIME_ALARM,
|
/external/rust/crates/libc/src/unix/linux_like/ |
D | mod.rs | 492 pub const CLOCK_REALTIME_ALARM: ::clockid_t = 8; constant
|
/external/rust/crates/libc/src/fuchsia/ |
D | mod.rs | 1441 pub const CLOCK_REALTIME_ALARM: ::clockid_t = 8; constant
|
/external/strace/ |
D | ChangeLog | 43776 * time.c (clocknames): Add CLOCK_BOOTTIME, CLOCK_REALTIME_ALARM,
|