Searched defs:timer_ptr (Results 1 – 5 of 5) sorted by relevance
33 let timer_ptr = unsafe { <T as HasHrTimer<T>>::raw_get_timer(self_ptr) }; in cancel() localVariable79 let timer_ptr = ptr.cast::<super::HrTimer<T>>(); in run() localVariable
38 let timer_ptr = unsafe { <T as HasHrTimer<T>>::raw_get_timer(self.inner.as_ptr()) }; in cancel() localVariable102 let timer_ptr = ptr.cast::<super::HrTimer<T>>(); in run() localVariable
32 let timer_ptr = unsafe { <T as HasHrTimer<T>>::raw_get_timer(self_ptr) }; in cancel() localVariable82 let timer_ptr = ptr as *mut HrTimer<T>; in run() localVariable
30 let timer_ptr = unsafe { <T as HasHrTimer<T>>::raw_get_timer(self_ptr) }; in cancel() localVariable86 let timer_ptr = ptr as *mut HrTimer<T>; in run() localVariable
355 let timer_ptr = unsafe { Self::raw_get_timer(this) }; in c_timer_ptr() localVariable