Home
last modified time | relevance | path

Searched refs:OsStorage (Results 1 – 4 of 4) sorted by relevance

/external/rust/crates/tokio/src/signal/
Dregistry.rs3 use crate::signal::os::{OsExtraData, OsStorage};
119 registry: Registry<OsStorage>,
150 pub(crate) fn storage(&self) -> &OsStorage { in storage() argument
158 OsStorage: 'static + Send + Sync + Init, in globals()
163 registry: Registry::new(OsStorage::init()), in globals()
Dmod.rs55 pub(crate) use super::unix::{OsExtraData, OsStorage};
58 pub(crate) use super::windows::{OsExtraData, OsStorage};
Dwindows.rs22 pub(crate) struct OsStorage { struct
27 impl Init for OsStorage { argument
36 impl Storage for OsStorage { implementation
Dunix.rs23 pub(crate) type OsStorage = Vec<SignalInfo>; typedef
29 impl Init for OsStorage { implementation
35 impl Storage for OsStorage { implementation