Searched defs:VcpuRunState (Results 1 – 3 of 3) sorted by relevance
116 fn wait_until_runnable(&self, vcpu: &dyn Vcpu) -> Result<VcpuRunState>; in wait_until_runnable()168 pub enum VcpuRunState { enum
139 fn wait_until_runnable(&self, _vcpu: &dyn Vcpu) -> Result<VcpuRunState> { in wait_until_runnable()
548 fn wait_until_runnable(&self, _vcpu: &dyn Vcpu) -> Result<VcpuRunState> { in wait_until_runnable()