Home
last modified time | relevance | path

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

/external/rust/crates/tokio/src/time/driver/
Dentry.rs284 pub(super) struct TimerEntry { struct
302 unsafe impl Send for TimerEntry {} argument
303 unsafe impl Sync for TimerEntry {} implementation
481 impl TimerEntry { impl
620 impl Drop for TimerEntry { implementation