Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/component/
H A Dhandle_table.rs555 pub fn waitable_set_remove(&mut self, idx: u32) -> Result<u32> { in waitable_set_remove() method
/wasmtime-44.0.1/crates/wasmtime/src/runtime/component/
H A Dconcurrent.rs3057 .waitable_set_remove(set)?; in waitable_set_drop()