Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cloud-hypervisor/cloud-hypervisor
/ active
Method
active
vmm/src/cpu.rs:777–779 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
775
776
impl VcpuState {
777
fn active(&self) -> bool {
778
self.handle.is_some()
779
}
780
781
/// Sends a signal to the underlying thread.
782
///
Callers
4
check_pending_removed_vcpu
Method · 0.80
active_vcpus
Method · 0.80
pause
Method · 0.80
read
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected