Home
last modified time | relevance | path

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

/external/rust/crates/tokio/src/time/driver/
Dentry.rs327 pub(crate) struct TimerShared { struct
334 driver_state: CachePadded<TimerSharedPadded>, argument
339 impl TimerShared { argument
456 unsafe impl Send for TimerShared {} implementation
457 unsafe impl Sync for TimerShared {} implementation
459 unsafe impl linked_list::Link for TimerShared { implementation
493 fn inner(&self) -> &TimerShared { in inner()
Dmod.rs355 pub(self) unsafe fn clear_entry(&self, entry: NonNull<TimerShared>) { in clear_entry()
373 pub(self) unsafe fn reregister(&self, new_tick: u64, entry: NonNull<TimerShared>) { in reregister()
/external/rust/crates/tokio/src/time/driver/wheel/
Dlevel.rs213 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()