Home
last modified time | relevance | path

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

/third_party/rust/crates/rustix/src/backend/linux_raw/
Dvdso_wrappers.rs53 const CLOCKFD: i32 = 3; in clock_gettime_dynamic() constant
54 ((!fd.as_raw_fd() << 3) | CLOCKFD) as __kernel_clockid_t in clock_gettime_dynamic()
/third_party/rust/crates/rustix/src/backend/libc/time/
Dsyscalls.rs163 const CLOCKFD: i32 = 3; in clock_gettime_dynamic() constant
164 (!fd.as_raw_fd() << 3) | CLOCKFD in clock_gettime_dynamic()