Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/component/
H A Dhandle_table.rs75 HostTask { enumerator
517 self.insert(Slot::HostTask { rep }) in subtask_insert_host()
525 Slot::HostTask { rep } => Ok((*rep, true)), in subtask_rep()
534 Slot::HostTask { rep } => (*rep, true), in subtask_remove()
569 Slot::HostTask { rep } => Ok((*rep, Waitable::Subtask { is_host: true })), in waitable_rep()
/wasmtime-44.0.1/crates/wasmtime/src/runtime/component/
H A Dconcurrent.rs3120 let id = TableId::<HostTask>::new(rep); in subtask_drop()
3579 let id = TableId::<HostTask>::new(rep); in subtask_cancel()
4238 pub(crate) struct HostTask { struct
4274 impl HostTask { impl
4285 impl TableDebug for HostTask { implementation
4613 Host(TableId<HostTask>),
4825 Host(TableId<HostTask>),
4837 fn host(&self) -> Option<TableId<HostTask>> { in host() argument
4855 impl From<TableId<HostTask>> for CurrentThread {
4856 fn from(id: TableId<HostTask>) -> Self { in from()
[all …]