Home
last modified time | relevance | path

Searched refs:__kernel_clockid_t (Results 1 - 16 of 16) sorted by relevance

/third_party/rust/crates/rustix/src/backend/linux_raw/
H A Dvdso_wrappers.rs26 use linux_raw_sys::general::{__kernel_clockid_t, __kernel_timespec};
48 DynamicClockId::Known(id) => id as __kernel_clockid_t,
54 ((!fd.as_raw_fd() << 3) | CLOCKFD) as __kernel_clockid_t
58 linux_raw_sys::general::CLOCK_REALTIME_ALARM as __kernel_clockid_t
60 DynamicClockId::Tai => linux_raw_sys::general::CLOCK_TAI as __kernel_clockid_t,
61 DynamicClockId::Boottime => linux_raw_sys::general::CLOCK_BOOTTIME as __kernel_clockid_t,
63 linux_raw_sys::general::CLOCK_BOOTTIME_ALARM as __kernel_clockid_t
H A Dconv.rs43 use linux_raw_sys::general::__kernel_clockid_t;
274 pass_usize(i as __kernel_clockid_t as usize) in from()
282 pass_usize(i as __kernel_clockid_t as usize) in from()
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dgeneral.rs2437 pub type __kernel_clockid_t = crate::ctypes::c_int; types
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Dgeneral.rs2436 pub type __kernel_clockid_t = crate::ctypes::c_int; types
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H A Dgeneral.rs2416 pub type __kernel_clockid_t = crate::ctypes::c_int; types
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
H A Dgeneral.rs2552 pub type __kernel_clockid_t = crate::ctypes::c_int; types
/third_party/rust/crates/linux-raw-sys/src/mips64/
H A Dgeneral.rs2621 pub type __kernel_clockid_t = crate::ctypes::c_int; types
/third_party/rust/crates/linux-raw-sys/src/powerpc/
H A Dgeneral.rs2574 pub type __kernel_clockid_t = crate::ctypes::c_int; types
/third_party/rust/crates/linux-raw-sys/src/mips/
H A Dgeneral.rs2683 pub type __kernel_clockid_t = crate::ctypes::c_int; types
/third_party/rust/crates/linux-raw-sys/src/arm/
H A Dgeneral.rs2520 pub type __kernel_clockid_t = crate::ctypes::c_int; types
/third_party/rust/crates/linux-raw-sys/src/sparc/
H A Dgeneral.rs2783 pub type __kernel_clockid_t = crate::ctypes::c_int; types
/third_party/rust/crates/linux-raw-sys/src/s390x/
H A Dgeneral.rs2489 pub type __kernel_clockid_t = crate::ctypes::c_int; types
/third_party/rust/crates/linux-raw-sys/src/sparc64/
H A Dgeneral.rs2759 pub type __kernel_clockid_t = crate::ctypes::c_int; types
/third_party/rust/crates/linux-raw-sys/src/x32/
H A Dgeneral.rs2467 pub type __kernel_clockid_t = crate::ctypes::c_int; types
/third_party/rust/crates/linux-raw-sys/src/x86/
H A Dgeneral.rs2550 pub type __kernel_clockid_t = crate::ctypes::c_int; types
/third_party/rust/crates/linux-raw-sys/src/x86_64/
H A Dgeneral.rs2478 pub type __kernel_clockid_t = crate::ctypes::c_int; types

Completed in 179 milliseconds