Searched refs:OsStorage (Results 1 – 4 of 4) sorted by relevance
3 use crate::signal::os::{OsExtraData, OsStorage};119 registry: Registry<OsStorage>,150 pub(crate) fn storage(&self) -> &OsStorage { in storage() argument158 OsStorage: 'static + Send + Sync + Init, in globals()163 registry: Registry::new(OsStorage::init()), in globals()
55 pub(crate) use super::unix::{OsExtraData, OsStorage};58 pub(crate) use super::windows::{OsExtraData, OsStorage};
22 pub(crate) struct OsStorage { struct27 impl Init for OsStorage { argument36 impl Storage for OsStorage { implementation
23 pub(crate) type OsStorage = Vec<SignalInfo>; typedef29 impl Init for OsStorage { implementation35 impl Storage for OsStorage { implementation