Home
last modified time | relevance | path

Searched defs:ThreadHandleTable (Results 1 – 2 of 2) sorted by relevance

/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/component/
H A Dhandle_table.rs579 pub struct ThreadHandleTable(HandleTable); struct
582 impl ThreadHandleTable { implementation
/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/
H A Dcomponent.rs84 pub fn thread_handle_table(&mut self) -> &mut ThreadHandleTable { in thread_handle_table()