Searched defs:TimerShared (Results 1 – 4 of 4) sorted by relevance
338 pub(crate) struct TimerShared { struct343 pointers: linked_list::Pointers<TimerShared>, argument361 unsafe impl Send for TimerShared {} argument362 unsafe impl Sync for TimerShared {} implementation364 impl std::fmt::Debug for TimerShared { implementation375 impl<> TimerShared { impl382 impl TimerShared { impl456 unsafe impl linked_list::Link for TimerShared { implementation495 fn inner(&self) -> &TimerShared { in inner()
323 pub(self) unsafe fn clear_entry(&self, entry: NonNull<TimerShared>) { in clear_entry()345 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()