Home
last modified time | relevance | path

Searched refs:CLOCK_BOOTTIME_ALARM (Results 1 – 24 of 24) 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/linux-kselftest/tools/testing/selftests/timens/
Dtimens.h26 if (clock_gettime(CLOCK_BOOTTIME_ALARM, &ts) == -1 && errno == EINVAL) in check_supported_timers()
32 if (!config_alarm_timers && clockid == CLOCK_BOOTTIME_ALARM) { in check_skip()
Dtimerfd.c20 if (clockid == CLOCK_BOOTTIME_ALARM) in tclock_gettime()
118 ret |= run_test(CLOCK_BOOTTIME_ALARM, btime_now); in main()
Dclock_nanosleep.c142 ret |= run_test(CLOCK_BOOTTIME_ALARM, 0); in main()
143 ret |= run_test(CLOCK_BOOTTIME_ALARM, 1); in main()
Dtimer.c111 ret |= run_test(CLOCK_BOOTTIME_ALARM, btime_now); in main()
Dtimens.c39 ct(CLOCK_BOOTTIME_ALARM, 1),
/external/kernel-headers/original/uapi/linux/
Dtime.h58 #define CLOCK_BOOTTIME_ALARM 9 macro
/external/rust/crates/nix/src/
Dtime.rs88 pub const CLOCK_BOOTTIME_ALARM: ClockId = constant
89 ClockId(libc::CLOCK_BOOTTIME_ALARM);
/external/ltp/testcases/kernel/syscalls/clock_getres/
Dclock_getres01.c33 {"CLOCK_BOOTTIME_ALARM", CLOCK_BOOTTIME_ALARM, 0, 0,},
/external/ltp/lib/
Dtst_clocks.c137 case CLOCK_BOOTTIME_ALARM: in tst_clock_name()
/external/rust/crates/nix/src/sys/
Dtimerfd.rs76 CLOCK_BOOTTIME_ALARM,
/external/linux-kselftest/tools/testing/selftests/breakpoints/
Dstep_after_suspend_test.c147 timerfd = timerfd_create(CLOCK_BOOTTIME_ALARM, 0); in suspend()
/external/musl/include/
Dtime.h96 #define CLOCK_BOOTTIME_ALARM 9 macro
/external/rust/crates/libc/src/unix/linux_like/
Dmod.rs500 pub const CLOCK_BOOTTIME_ALARM: ::clockid_t = 9; constant
/external/rust/crates/libc/src/fuchsia/
Dmod.rs1448 pub const CLOCK_BOOTTIME_ALARM: ::clockid_t = 9; constant
/external/strace/
DChangeLog43777 CLOCK_BOOTTIME_ALARM, CLOCK_SGI_CYCLE, and CLOCK_TAI.