Home
last modified time | relevance | path

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

/linux/rust/kernel/time/
H A Dhrtimer.rs87 pub struct HrTimer<T> { struct
93 // SAFETY: Ownership of an `HrTimer` can be moved to other threads and argument
95 unsafe impl<T> Send for HrTimer<T> {} implementation
99 unsafe impl<T> Sync for HrTimer<T> {} implementation
101 impl<T> HrTimer<T> { impl