Home
last modified time | relevance | path

Searched refs:ClockGettimeType (Results 1 – 1 of 1) sorted by relevance

/third_party/rust/crates/rustix/src/backend/linux_raw/
Dvdso_wrappers.rs209 type ClockGettimeType = unsafe extern "C" fn(c::c_int, *mut Timespec) -> c::c_int; typedef
218 fn init_clock_gettime() -> ClockGettimeType { in init_clock_gettime()