Lines Matching full:safety
19 // SAFETY: We cancel the timer when the handle is dropped. The implementation of
28 // SAFETY: As we got `self_ptr` from a reference above, it must point to
32 // SAFETY: As `timer_ptr` is derived from a reference, it must point to
47 // SAFETY: We capture the lifetime of `Self` when we create a
62 // SAFETY:
68 // SAFETY:
92 // SAFETY: By the safety requirement of this function, `timer_ptr`
96 // SAFETY:
97 // - By the safety requirement of this function, `timer_ptr`
99 // - As per the safety requirements of the trait `HrTimerHandle`, the
106 // SAFETY: `receiver_ref` only exists as pinned, so it is safe to pin it
110 // SAFETY: