Lines Matching refs:GuestThread
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()
3313 let new_thread = GuestThread::new_explicit(state, parent_task, start_func)?; in thread_new_indirect()
3331 GuestThread::from_instance(self.id().get_mut(store), runtime_instance, thread_idx)?; in resume_thread()
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()
5407 let new_thread = GuestThread::new_implicit(state, task)?; in prepare_call()