Searched refs:GuestThread (Results 1 – 2 of 2) sorted by relevance
86 GuestThread { enumerator586 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()
1489 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() argument4330 thread: TableId<GuestThread>,4336 thread: TableId<GuestThread>, in qualify() argument4364 pub struct GuestThread { struct4382 impl GuestThread { argument4427 impl TableDebug for GuestThread { implementation4501 threads: HashSet<TableId<GuestThread>>,4949 } else if let Some(thread) = entry.downcast_mut::<GuestThread>() { in take_fibers_and_futures()[all …]