Home
last modified time | relevance | path

Searched defs:HrTimer (Results 1 – 1 of 1) sorted by relevance

/linux-6.15/rust/kernel/time/
Dhrtimer.rs82 pub struct HrTimer<T> { struct
85 mode: HrTimerMode, argument
89 // SAFETY: Ownership of an `HrTimer` can be moved to other threads and argument
91 unsafe impl<T> Send for HrTimer<T> {} implementation
95 unsafe impl<T> Sync for HrTimer<T> {} implementation
97 impl<T> HrTimer<T> { impl