Searched refs:__ADDED_USEC (Results 1 – 1 of 1) sorted by relevance
28 static __ADDED_USEC: AtomicI64 = AtomicI64::new(0); constant230 __ADDED_USEC.store(0, Ordering::SeqCst); in timekeeping_init()269 __ADDED_USEC.fetch_add(500, Ordering::SeqCst); in update_wall_time()273 let usec = __ADDED_USEC.load(Ordering::SeqCst); in update_wall_time()282 if __ADDED_USEC in update_wall_time()