Home
last modified time | relevance | path

Searched defs:clock_gettime_dynamic (Results 1 – 3 of 3) sorted by relevance

/third_party/rust/crates/rustix/src/time/
Dclock.rs54 pub fn clock_gettime_dynamic(id: DynamicClockId<'_>) -> io::Result<Timespec> { in clock_gettime_dynamic() function
/third_party/rust/crates/rustix/src/backend/libc/time/
Dsyscalls.rs154 pub(crate) fn clock_gettime_dynamic(id: DynamicClockId<'_>) -> io::Result<Timespec> { in clock_gettime_dynamic() function
/third_party/rust/crates/rustix/src/backend/linux_raw/
Dvdso_wrappers.rs46 pub(crate) fn clock_gettime_dynamic(which_clock: DynamicClockId<'_>) -> io::Result<Timespec> { in clock_gettime_dynamic() function