Searched refs:CLOCK_TICKS_PER_SECOND (Results 1 – 2 of 2) sorted by relevance
33 unsafe { CLOCK_TICKS_PER_SECOND as u64 } in clock_ticks_per_second()93 static mut CLOCK_TICKS_PER_SECOND: usize = 0; variable133 AT_CLKTCK => CLOCK_TICKS_PER_SECOND = a_val as usize, in init_from_auxp()
45 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); variable228 CLOCK_TICKS_PER_SECOND.store(clktck, Relaxed); in init_from_auxp()