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