MCPcopy Create free account
hub / github.com/cloud-hypervisor/cloud-hypervisor / unpark_thread

Method unpark_thread

vmm/src/cpu.rs:835–839  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

833 }
834
835 fn unpark_thread(&self) {
836 if let Some(handle) = self.handle.as_ref() {
837 handle.thread().unpark();
838 }
839 }
840}
841
842impl CpuManager {

Callers 2

shutdownMethod · 0.80
resumeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected