Lines Matching defs:TimerMode
78 pub type HrTimerInstant<T> = Instant<<<T as HasHrTimer<T>>::TimerMode as HrTimerMode>::Clock>;
118 <<T as HasHrTimer<T>>::TimerMode as HrTimerMode>::Clock::ID,
119 <T as HasHrTimer<T>>::TimerMode::C_MODE,
265 type TimerMode: HrTimerMode;
279 fn start(self, expires: <Self::TimerMode as HrTimerMode>::Expires) -> Self::TimerHandle;
297 type TimerMode: HrTimerMode;
315 unsafe fn start(self, expires: <Self::TimerMode as HrTimerMode>::Expires) -> Self::TimerHandle;
328 type TimerMode: HrTimerMode;
332 fn start_scoped<T, F>(self, expires: <Self::TimerMode as HrTimerMode>::Expires, f: F) -> T
344 type TimerMode = T::TimerMode;
348 expires: <<T as UnsafeHrTimerPointer>::TimerMode as HrTimerMode>::Expires,
434 type TimerMode: HrTimerMode;
483 unsafe fn start(this: *const Self, expires: <Self::TimerMode as HrTimerMode>::Expires) {
490 <Self::TimerMode as HrTimerMode>::C_MODE,
754 type TimerMode = $mode;