Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
842
impl CpuManager {
Callers
2
shutdown
Method · 0.80
resume
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected