/third_party/ltp/include/lapi/ |
D | common_timers.h | 24 CLOCK_BOOTTIME_ALARM, 45 CLOCK_TO_STR(CLOCK_BOOTTIME_ALARM); in get_clock_str() 57 case CLOCK_BOOTTIME_ALARM: in possibly_unsupported()
|
D | posix_clocks.h | 34 #ifndef CLOCK_BOOTTIME_ALARM 35 # define CLOCK_BOOTTIME_ALARM 9 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | time.h | 80 #define CLOCK_BOOTTIME_ALARM 9 macro
|
/third_party/rust/crates/rustix/src/backend/linux_raw/time/ |
D | types.rs | 153 BoottimeAlarm = linux_raw_sys::general::CLOCK_BOOTTIME_ALARM,
|
/third_party/rust/crates/nix/src/ |
D | time.rs | 88 pub const CLOCK_BOOTTIME_ALARM: ClockId = constant 89 ClockId(libc::CLOCK_BOOTTIME_ALARM);
|
/third_party/ltp/testcases/kernel/syscalls/clock_getres/ |
D | clock_getres01.c | 33 {"CLOCK_BOOTTIME_ALARM", CLOCK_BOOTTIME_ALARM, 0, 0,},
|
/third_party/ltp/lib/ |
D | tst_clocks.c | 137 case CLOCK_BOOTTIME_ALARM: in tst_clock_name()
|
/third_party/rust/crates/nix/src/sys/ |
D | timerfd.rs | 76 CLOCK_BOOTTIME_ALARM,
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | time.h | 95 #define CLOCK_BOOTTIME_ALARM 9 macro
|
/third_party/musl/porting/liteos_m/user/include/ |
D | time.h | 94 #define CLOCK_BOOTTIME_ALARM 9 macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | time.h | 95 #define CLOCK_BOOTTIME_ALARM 9 macro
|
/third_party/musl/ndk_musl_include/ |
D | time.h | 94 #define CLOCK_BOOTTIME_ALARM 9 macro
|
/third_party/musl/include/ |
D | time.h | 96 #define CLOCK_BOOTTIME_ALARM 9 macro
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | time.h | 108 #define CLOCK_BOOTTIME_ALARM 9 macro
|
/third_party/musl/libc-test/src/functionalext/supplement/time/time_gtest/ |
D | sys_clock_test.cpp | 145 int result = clock_getres(CLOCK_BOOTTIME_ALARM, ×);
|
/third_party/rust/crates/rustix/src/backend/libc/time/ |
D | types.rs | 363 BoottimeAlarm = c::CLOCK_BOOTTIME_ALARM,
|
D | syscalls.rs | 183 DynamicClockId::BoottimeAlarm => c::CLOCK_BOOTTIME_ALARM, in clock_gettime_dynamic()
|
/third_party/rust/crates/rustix/src/backend/linux_raw/ |
D | vdso_wrappers.rs | 63 linux_raw_sys::general::CLOCK_BOOTTIME_ALARM as __kernel_clockid_t in clock_gettime_dynamic()
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | fuchsia.txt | 104 CLOCK_BOOTTIME_ALARM
|
D | linux.txt | 248 CLOCK_BOOTTIME_ALARM
|
D | android.txt | 197 CLOCK_BOOTTIME_ALARM
|
/third_party/rust/crates/libc/src/unix/linux_like/ |
D | mod.rs | 500 pub const CLOCK_BOOTTIME_ALARM: ::clockid_t = 9; constant
|
/third_party/rust/crates/libc/src/fuchsia/ |
D | mod.rs | 1448 pub const CLOCK_BOOTTIME_ALARM: ::clockid_t = 9; constant
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
D | general.rs | 1342 pub const CLOCK_BOOTTIME_ALARM: u32 = 9; constant
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
D | general.rs | 1339 pub const CLOCK_BOOTTIME_ALARM: u32 = 9; constant
|