Searched defs:TimerHandle (Results 1 – 5 of 5) sorted by relevance
68 type TimerHandle = BoxHrTimerHandle<T, A>; global() typedef 73 start( self, expires: <<T as HasHrTimer<T>>::TimerMode as HrTimerMode>::Expires, ) -> Self::TimerHandle start() argument
56 type TimerHandle = PinMutHrTimerHandle<'a, T>; typedef 61 ) -> Self::TimerHandle { in start() argument
58 type TimerHandle = PinHrTimerHandle<'a, T>; global() typedef 63 start( self, expires: <<T as HasHrTimer<T>>::TimerMode as HrTimerMode>::Expires, ) -> Self::TimerHandle start() argument
58 type TimerHandle = ArcHrTimerHandle<T>; global() typedef
192 type TimerHandle: HrTimerHandle; global() typedef 196 start(self, expires: <Self::TimerMode as HrTimerMode>::Expires) -> Self::TimerHandle start() argument 223 type TimerHandle: HrTimerHandle; global() typedef 232 start(self, expires: <Self::TimerMode as HrTimerMode>::Expires) -> Self::TimerHandle start() argument