Searched refs:StartExplicit (Results 1 – 1 of 1) sorted by relevance
617 StartExplicit(Box<dyn FnOnce(&mut dyn VMStore) -> Result<()> + Send + Sync>), enumerator629 Self::StartExplicit(_) => f.debug_tuple("StartExplicit").finish(), in fmt()678 GuestCallKind::StartExplicit(_) => true, in is_ready()885 GuestCallKind::StartExplicit(fun) => { in handle_guest_call()3343 kind: GuestCallKind::StartExplicit(Box::new(move |store| { in resume_thread()