Searched refs:raw_get_timer (Results 1 – 5 of 5) sorted by relevance
444 unsafe fn raw_get_timer(this: *const Self) -> *const HrTimer<T>; in raw_get_timer() method469 let timer_ptr = unsafe { Self::raw_get_timer(this) }; in c_timer_ptr()757 unsafe fn raw_get_timer(
34 let timer_ptr = unsafe { <T as HasHrTimer<T>>::raw_get_timer(self_ptr) }; in cancel()
33 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()
39 let timer_ptr = unsafe { <T as HasHrTimer<T>>::raw_get_timer(self.inner.as_ptr()) }; in cancel()