Lines Matching refs:Delta
70 use super::{ClockSource, Delta, Instant};
180 unsafe fn raw_forward(self_ptr: *mut Self, now: HrTimerInstant<T>, interval: Delta) -> u64 in raw_forward()
204 pub fn forward(self: Pin<&mut Self>, now: HrTimerInstant<T>, interval: Delta) -> u64 in forward()
220 pub fn forward_now(self: Pin<&mut Self>, interval: Delta) -> u64 in forward_now()
529 impl HrTimerExpires for Delta { implementation
532 Delta::as_nanos(*self) in as_nanos()
584 type Expires = Delta;
602 type Expires = Delta;
620 type Expires = Delta;
638 type Expires = Delta;
656 type Expires = Delta;
674 type Expires = Delta;
718 pub fn forward(&mut self, now: HrTimerInstant<T>, interval: Delta) -> u64 { in forward()
729 pub fn forward_now(&mut self, duration: Delta) -> u64 { in forward_now()