Searched refs:raw_get_timer (Results 1 – 5 of 5) sorted by relevance
330 unsafe fn raw_get_timer(this: *const Self) -> *const HrTimer<T>; in raw_get_timer() method355 let timer_ptr = unsafe { Self::raw_get_timer(this) }; in c_timer_ptr()376 (*Self::raw_get_timer(this)).mode.into_c(), in start()493 unsafe fn raw_get_timer(
33 let timer_ptr = unsafe { <T as HasHrTimer<T>>::raw_get_timer(self_ptr) }; in cancel()
32 let timer_ptr = unsafe { <T as HasHrTimer<T>>::raw_get_timer(self_ptr) }; in cancel()
30 let timer_ptr = unsafe { <T as HasHrTimer<T>>::raw_get_timer(self_ptr) }; in cancel()
38 let timer_ptr = unsafe { <T as HasHrTimer<T>>::raw_get_timer(self.inner.as_ptr()) }; in cancel()