Searched refs:raw_cancel (Results 1 – 5 of 5) sorted by relevance
37 unsafe { HrTimer::<T>::raw_cancel(timer_ptr) } in cancel()
36 unsafe { HrTimer::<T>::raw_cancel(timer_ptr) } in cancel()
34 unsafe { HrTimer::<T>::raw_cancel(timer_ptr) } in cancel()
42 unsafe { HrTimer::<T>::raw_cancel(timer_ptr) } in cancel()
157 pub(crate) unsafe fn raw_cancel(this: *const Self) -> bool { in raw_cancel() method