Searched refs:ArcHrTimerHandle (Results 1 – 2 of 2) sorted by relevance
15 pub struct ArcHrTimerHandle<T> struct24 unsafe impl<T> HrTimerHandle for ArcHrTimerHandle<T> argument41 impl<T> Drop for ArcHrTimerHandle<T> implementation57 type TimerHandle = ArcHrTimerHandle<T>;59 fn start(self, expires: Ktime) -> ArcHrTimerHandle<T> { in start()65 ArcHrTimerHandle { inner: self } in start()
513 pub use arc::ArcHrTimerHandle;