Home
last modified time | relevance | path

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

/external/rust/crates/tokio/src/runtime/time/
Dentry.rs338 pub(crate) struct TimerShared { struct
343 pointers: linked_list::Pointers<TimerShared>, argument
361 unsafe impl Send for TimerShared {} argument
362 unsafe impl Sync for TimerShared {} implementation
364 impl std::fmt::Debug for TimerShared { implementation
375 impl<> TimerShared { impl
382 impl TimerShared { impl
456 unsafe impl linked_list::Link for TimerShared { implementation
495 fn inner(&self) -> &TimerShared { in inner()
Dmod.rs323 pub(self) unsafe fn clear_entry(&self, entry: NonNull<TimerShared>) { in clear_entry()
345 entry: NonNull<TimerShared>, in reregister()
/external/rust/crates/tokio/src/runtime/time/wheel/
Dlevel.rs212 pub(crate) unsafe fn remove_entry(&mut self, item: NonNull<TimerShared>) { in remove_entry()
Dmod.rs119 pub(crate) unsafe fn remove(&mut self, item: NonNull<TimerShared>) { in remove()