Searched refs:GlobalErrorContextRefCount (Results 1 – 3 of 3) sorted by relevance
8 pub struct GlobalErrorContextRefCount(pub(crate) usize); struct
2 use super::{Event, GlobalErrorContextRefCount, Waitable, WaitableCommon};4167 .insert(global_ref_count_idx, GlobalErrorContextRefCount(1)); in error_context_new()4340 let Some(GlobalErrorContextRefCount(global_ref_count)) = state in error_context_drop()
66 use error_contexts::GlobalErrorContextRefCount;4901 BTreeMap<TypeComponentGlobalErrorContextTableIndex, GlobalErrorContextRefCount>,