Lines Matching refs: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, in new()
119 <T as HasHrTimer<T>>::TimerMode::C_MODE, in new()
265 type TimerMode: HrTimerMode; typedef
279 fn start(self, expires: <Self::TimerMode as HrTimerMode>::Expires) -> Self::TimerHandle; in start()
297 type TimerMode: HrTimerMode; typedef
315 unsafe fn start(self, expires: <Self::TimerMode as HrTimerMode>::Expires) -> Self::TimerHandle; in start()
328 type TimerMode: HrTimerMode; typedef
332 fn start_scoped<T, F>(self, expires: <Self::TimerMode as HrTimerMode>::Expires, f: F) -> T in start_scoped()
344 type TimerMode = T::TimerMode; typedef
348 expires: <<T as UnsafeHrTimerPointer>::TimerMode as HrTimerMode>::Expires, in start_scoped()
434 type TimerMode: HrTimerMode; typedef
483 unsafe fn start(this: *const Self, expires: <Self::TimerMode as HrTimerMode>::Expires) { in start()
490 <Self::TimerMode as HrTimerMode>::C_MODE, in start()
754 type TimerMode = $mode;