Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/runtime/time/
Dentry.rs331 pub(crate) struct TimerShared { struct
338 pointers: linked_list::Pointers<TimerShared>, argument
353 unsafe impl Send for TimerShared {} argument
354 unsafe impl Sync for TimerShared {} implementation
356 impl std::fmt::Debug for TimerShared { implementation
366 impl<> TimerShared { impl
373 impl TimerShared { impl
452 unsafe impl linked_list::Link for TimerShared { implementation
494 fn inner(&self) -> &TimerShared { in inner()
Dmod.rs371 pub(self) unsafe fn clear_entry(&self, entry: NonNull<TimerShared>) { in clear_entry()
394 entry: NonNull<TimerShared>, in reregister()
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/runtime/time/wheel/
Dlevel.rs130 pub(crate) unsafe fn remove_entry(&mut self, item: NonNull<TimerShared>) { in remove_entry()
Dmod.rs117 pub(crate) unsafe fn remove(&mut self, item: NonNull<TimerShared>) { in remove()