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/
H A Dmustang_auxv.rs33 unsafe { CLOCK_TICKS_PER_SECOND as u64 }
93 static mut CLOCK_TICKS_PER_SECOND: usize = 0; consts
133 AT_CLKTCK => CLOCK_TICKS_PER_SECOND = a_val as usize, in init_from_auxp()
H A Dauxv.rs45 let mut ticks = CLOCK_TICKS_PER_SECOND.load(Relaxed);
49 ticks = CLOCK_TICKS_PER_SECOND.load(Relaxed);
125 static CLOCK_TICKS_PER_SECOND: AtomicUsize = AtomicUsize::new(0); consts
228 CLOCK_TICKS_PER_SECOND.store(clktck, Relaxed); in init_from_auxp()

Completed in 2 milliseconds