Home
last modified time | relevance | path

Searched defs:VcpuThread (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/crosvm/kvm/src/
H A Dlib.rs1029 pub struct VcpuThread { struct
1034 thread_local!(static VCPU_THREAD: RefCell<Option<VcpuThread>> = const { RefCell::new(None) }); argument