Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/component/
H A Dhandle_table.rs86 GuestThread { enumerator
586 self.0.insert(Slot::GuestThread { rep }) in guest_thread_insert()
592 Slot::GuestThread { rep } => Ok(*rep), in guest_thread_rep()
602 Slot::GuestThread { rep } => *rep, in guest_thread_remove()
/wasmtime-44.0.1/crates/wasmtime/src/runtime/component/
H A Dconcurrent.rs1489 let new_thread = GuestThread::new_implicit(state, guest_task)?; in enter_guest_sync_call()
2567 let new_thread = GuestThread::new_implicit(state, guest_task)?; in prepare_call()
3375 thread_id: TableId<GuestThread>, in add_guest_thread_to_instance_table() argument
4330 thread: TableId<GuestThread>,
4336 thread: TableId<GuestThread>, in qualify() argument
4364 pub struct GuestThread { struct
4382 impl GuestThread { argument
4427 impl TableDebug for GuestThread { implementation
4501 threads: HashSet<TableId<GuestThread>>,
4949 } else if let Some(thread) = entry.downcast_mut::<GuestThread>() { in take_fibers_and_futures()
[all …]