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