Home
last modified time | relevance | path

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

/third_party/rust/crates/rustix/src/backend/linux_raw/param/
Dmustang_auxv.rs33 unsafe { CLOCK_TICKS_PER_SECOND as u64 } in clock_ticks_per_second()
93 static mut CLOCK_TICKS_PER_SECOND: usize = 0; variable
133 AT_CLKTCK => CLOCK_TICKS_PER_SECOND = a_val as usize, in init_from_auxp()
Dauxv.rs45 let mut ticks = CLOCK_TICKS_PER_SECOND.load(Relaxed); in clock_ticks_per_second()
49 ticks = CLOCK_TICKS_PER_SECOND.load(Relaxed); in clock_ticks_per_second()
125 static CLOCK_TICKS_PER_SECOND: AtomicUsize = AtomicUsize::new(0); variable
228 CLOCK_TICKS_PER_SECOND.store(clktck, Relaxed); in init_from_auxp()