Home
last modified time | relevance | path

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

/external/strace/xlat/
Dclocknames.h69 #if defined(CLOCK_BOOTTIME_ALARM) || (defined(HAVE_DECL_CLOCK_BOOTTIME_ALARM) && HAVE_DECL_CLOCK_BO…
71 static_assert((CLOCK_BOOTTIME_ALARM) == (9), "CLOCK_BOOTTIME_ALARM != 9");
74 # define CLOCK_BOOTTIME_ALARM 9
105 [CLOCK_BOOTTIME_ALARM] = XLAT(CLOCK_BOOTTIME_ALARM),
Dclocknames.in11 CLOCK_BOOTTIME_ALARM 9
/external/ltp/include/lapi/
Dcommon_timers.h24 CLOCK_BOOTTIME_ALARM,
45 CLOCK_TO_STR(CLOCK_BOOTTIME_ALARM); in get_clock_str()
57 case CLOCK_BOOTTIME_ALARM: in possibly_unsupported()
Dposix_clocks.h34 #ifndef CLOCK_BOOTTIME_ALARM
35 # define CLOCK_BOOTTIME_ALARM 9 macro
/external/linux-kselftest/tools/testing/selftests/timers/
Dalarmtimer-suspend.c42 #define CLOCK_BOOTTIME_ALARM 9 macro
78 case CLOCK_BOOTTIME_ALARM: in clockstring()
140 alarm_clock_id <= CLOCK_BOOTTIME_ALARM; in main()
Dset-timer-lat.c42 #define CLOCK_BOOTTIME_ALARM 9 macro
79 case CLOCK_BOOTTIME_ALARM: in clockstring()
142 (clock_id == CLOCK_BOOTTIME_ALARM)) { in setup_timer()
Dnanosleep.c43 #define CLOCK_BOOTTIME_ALARM 9 macro
71 case CLOCK_BOOTTIME_ALARM: in clockstring()
Dnsleep-lat.c43 #define CLOCK_BOOTTIME_ALARM 9 macro
71 case CLOCK_BOOTTIME_ALARM: in clockstring()
Dinconsistency-check.c45 #define CLOCK_BOOTTIME_ALARM 9 macro
71 case CLOCK_BOOTTIME_ALARM: in clockstring()
/external/kernel-headers/original/uapi/linux/
Dtime.h58 #define CLOCK_BOOTTIME_ALARM 9 macro
/external/ltp/testcases/kernel/syscalls/clock_getres/
Dclock_getres01.c36 {"CLOCK_BOOTTIME_ALARM", CLOCK_BOOTTIME_ALARM, 0, 0,},
/external/rust/crates/nix/src/
Dtime.rs83 pub const CLOCK_BOOTTIME_ALARM: ClockId = ClockId(libc::CLOCK_BOOTTIME_ALARM); constant
/external/linux-kselftest/tools/testing/selftests/breakpoints/
Dstep_after_suspend_test.c146 timerfd = timerfd_create(CLOCK_BOOTTIME_ALARM, 0); in suspend()
/external/rust/crates/nix/src/sys/
Dtimerfd.rs66 CLOCK_BOOTTIME_ALARM,
/external/rust/crates/libc/src/unix/linux_like/
Dmod.rs493 pub const CLOCK_BOOTTIME_ALARM: ::clockid_t = 9; constant
/external/rust/crates/libc/src/fuchsia/
Dmod.rs1442 pub const CLOCK_BOOTTIME_ALARM: ::clockid_t = 9; constant
/external/strace/
DChangeLog43777 CLOCK_BOOTTIME_ALARM, CLOCK_SGI_CYCLE, and CLOCK_TAI.