Home
last modified time | relevance | path

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

/external/rust/crates/tokio/src/runtime/time/
Dentry.rs294 pub(crate) struct TimerEntry { struct
314 unsafe impl Send for TimerEntry {} argument
315 unsafe impl Sync for TimerEntry {} implementation
478 impl TimerEntry { impl
640 impl Drop for TimerEntry { implementation