Searched defs:TimerShared (Results 1 – 4 of 4) sorted by relevance
334 pub(crate) struct TimerShared { struct336 driver_state: CachePadded<TimerSharedPadded>, argument347 impl<> TimerShared { argument354 impl TimerShared { implementation471 unsafe impl Send for TimerShared {} implementation472 unsafe impl Sync for TimerShared {} implementation474 unsafe impl linked_list::Link for TimerShared { implementation512 fn inner(&self) -> &TimerShared { in inner()
321 pub(self) unsafe fn clear_entry(&self, entry: NonNull<TimerShared>) { in clear_entry()343 entry: NonNull<TimerShared>, in reregister()
212 pub(crate) unsafe fn remove_entry(&mut self, item: NonNull<TimerShared>) { in remove_entry()
119 pub(crate) unsafe fn remove(&mut self, item: NonNull<TimerShared>) { in remove()