Home
last modified time | relevance | path

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

12

/third_party/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
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dtime.h80 #define CLOCK_BOOTTIME_ALARM 9 macro
/third_party/rust/crates/rustix/src/backend/linux_raw/time/
Dtypes.rs153 BoottimeAlarm = linux_raw_sys::general::CLOCK_BOOTTIME_ALARM,
/third_party/rust/crates/nix/src/
Dtime.rs88 pub const CLOCK_BOOTTIME_ALARM: ClockId = constant
89 ClockId(libc::CLOCK_BOOTTIME_ALARM);
/third_party/ltp/testcases/kernel/syscalls/clock_getres/
Dclock_getres01.c33 {"CLOCK_BOOTTIME_ALARM", CLOCK_BOOTTIME_ALARM, 0, 0,},
/third_party/ltp/lib/
Dtst_clocks.c137 case CLOCK_BOOTTIME_ALARM: in tst_clock_name()
/third_party/rust/crates/nix/src/sys/
Dtimerfd.rs76 CLOCK_BOOTTIME_ALARM,
/third_party/musl/porting/liteos_m/kernel/include/
Dtime.h95 #define CLOCK_BOOTTIME_ALARM 9 macro
/third_party/musl/porting/liteos_m/user/include/
Dtime.h94 #define CLOCK_BOOTTIME_ALARM 9 macro
/third_party/musl/porting/uniproton/kernel/include/
Dtime.h95 #define CLOCK_BOOTTIME_ALARM 9 macro
/third_party/musl/ndk_musl_include/
Dtime.h94 #define CLOCK_BOOTTIME_ALARM 9 macro
/third_party/musl/include/
Dtime.h96 #define CLOCK_BOOTTIME_ALARM 9 macro
/third_party/musl/porting/liteos_a/kernel/include/
Dtime.h108 #define CLOCK_BOOTTIME_ALARM 9 macro
/third_party/musl/libc-test/src/functionalext/supplement/time/time_gtest/
Dsys_clock_test.cpp145 int result = clock_getres(CLOCK_BOOTTIME_ALARM, &times);
/third_party/rust/crates/rustix/src/backend/libc/time/
Dtypes.rs363 BoottimeAlarm = c::CLOCK_BOOTTIME_ALARM,
Dsyscalls.rs183 DynamicClockId::BoottimeAlarm => c::CLOCK_BOOTTIME_ALARM, in clock_gettime_dynamic()
/third_party/rust/crates/rustix/src/backend/linux_raw/
Dvdso_wrappers.rs63 linux_raw_sys::general::CLOCK_BOOTTIME_ALARM as __kernel_clockid_t in clock_gettime_dynamic()
/third_party/rust/crates/libc/libc-test/semver/
Dfuchsia.txt104 CLOCK_BOOTTIME_ALARM
Dlinux.txt248 CLOCK_BOOTTIME_ALARM
Dandroid.txt197 CLOCK_BOOTTIME_ALARM
/third_party/rust/crates/libc/src/unix/linux_like/
Dmod.rs500 pub const CLOCK_BOOTTIME_ALARM: ::clockid_t = 9; constant
/third_party/rust/crates/libc/src/fuchsia/
Dmod.rs1448 pub const CLOCK_BOOTTIME_ALARM: ::clockid_t = 9; constant
/third_party/rust/crates/linux-raw-sys/src/riscv64/
Dgeneral.rs1342 pub const CLOCK_BOOTTIME_ALARM: u32 = 9; constant
/third_party/rust/crates/linux-raw-sys/src/aarch64/
Dgeneral.rs1339 pub const CLOCK_BOOTTIME_ALARM: u32 = 9; constant

12