Searched defs:HrTimer (Results 1 – 1 of 1) sorted by relevance
82 pub struct HrTimer<T> { struct85 mode: HrTimerMode, argument89 // SAFETY: Ownership of an `HrTimer` can be moved to other threads and argument91 unsafe impl<T> Send for HrTimer<T> {} implementation95 unsafe impl<T> Sync for HrTimer<T> {} implementation97 impl<T> HrTimer<T> { impl