Searched refs:TimerShared (Results 1 – 4 of 4) sorted by relevance
/external/rust/crates/tokio/src/runtime/time/ |
D | entry.rs | 300 inner: StdUnsafeCell<TimerShared>, 323 inner: NonNull<TimerShared>, 326 pub(super) type EntryList = crate::util::linked_list::LinkedList<TimerShared, TimerShared>; 334 pub(crate) struct TimerShared { struct 347 impl<> TimerShared { argument 348 … unsafe fn addr_of_pointers(self: NonNull<Self>) -> NonNull<linked_list::Pointers<TimerShared>> { 354 impl TimerShared { implementation 441 pointers: linked_list::Pointers<TimerShared>, 471 unsafe impl Send for TimerShared {} implementation 472 unsafe impl Sync for TimerShared {} implementation [all …]
|
D | mod.rs | 11 use entry::{EntryList, TimerHandle, TimerShared}; 321 pub(self) unsafe fn clear_entry(&self, entry: NonNull<TimerShared>) { in clear_entry() argument 343 entry: NonNull<TimerShared>, in reregister() argument
|
/external/rust/crates/tokio/src/runtime/time/wheel/ |
D | level.rs | 1 use crate::runtime::time::{EntryList, TimerHandle, TimerShared}; 212 pub(crate) unsafe fn remove_entry(&mut self, item: NonNull<TimerShared>) { in remove_entry() argument
|
D | mod.rs | 1 use crate::runtime::time::{TimerHandle, TimerShared}; 119 pub(crate) unsafe fn remove(&mut self, item: NonNull<TimerShared>) { in remove() argument
|