Home
last modified time | relevance | path

Searched refs:current_instance (Results 1 – 2 of 2) sorted by relevance

/wasmtime-44.0.1/crates/environ/src/component/types_builder/
H A Dresources.rs129 current_instance: Option<RuntimeComponentInstanceIndex>, field
171 let instance = self.current_instance.expect("current instance not set"); in convert()
278 self.current_instance = Some(instance); in set_current_instance()
283 self.current_instance in get_current_instance()
/wasmtime-44.0.1/crates/wasmtime/src/runtime/component/
H A Dconcurrent.rs5067 current_instance: RuntimeComponentInstanceIndex, in promote_instance_local_thread_work_item()
5071 *instance == current_instance in promote_instance_local_thread_work_item()