Searched defs:VcpuThread (Results 1 – 1 of 1) sorted by relevance
1029 pub struct VcpuThread { struct1034 thread_local!(static VCPU_THREAD: RefCell<Option<VcpuThread>> = const { RefCell::new(None) }); argument