Home
last modified time | relevance | path

Searched refs:GlobalErrorContextRefCount (Results 1 – 3 of 3) sorted by relevance

/wasmtime-44.0.1/crates/wasmtime/src/runtime/component/concurrent/
H A Derror_contexts.rs8 pub struct GlobalErrorContextRefCount(pub(crate) usize); struct
H A Dfutures_and_streams.rs2 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()
/wasmtime-44.0.1/crates/wasmtime/src/runtime/component/
H A Dconcurrent.rs66 use error_contexts::GlobalErrorContextRefCount;
4901 BTreeMap<TypeComponentGlobalErrorContextTableIndex, GlobalErrorContextRefCount>,