Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/component/
H A Dhandle_table.rs511 pub fn subtask_insert_guest(&mut self, rep: u32) -> Result<u32> { in subtask_insert_guest() method
/wasmtime-44.0.1/crates/wasmtime/src/runtime/component/
H A Dconcurrent.rs2742 .subtask_insert_guest(guest_thread.task.rep())?; in start_call()