Searched defs:TimerShared (Results 1 – 4 of 4) sorted by relevance
331 pub(crate) struct TimerShared { struct338 pointers: linked_list::Pointers<TimerShared>, argument353 unsafe impl Send for TimerShared {} argument354 unsafe impl Sync for TimerShared {} implementation356 impl std::fmt::Debug for TimerShared { implementation366 impl<> TimerShared { impl373 impl TimerShared { impl452 unsafe impl linked_list::Link for TimerShared { implementation494 fn inner(&self) -> &TimerShared { in inner()
371 pub(self) unsafe fn clear_entry(&self, entry: NonNull<TimerShared>) { in clear_entry()394 entry: NonNull<TimerShared>, in reregister()
130 pub(crate) unsafe fn remove_entry(&mut self, item: NonNull<TimerShared>) { in remove_entry()
117 pub(crate) unsafe fn remove(&mut self, item: NonNull<TimerShared>) { in remove()