Searched refs:VcpuThread (Results 1 – 2 of 2) sorted by relevance
653 pub(super) struct VcpuThread { struct658 thread_local!(static VCPU_THREAD: RefCell<Option<VcpuThread>> = RefCell::new(None)); argument726 *v.borrow_mut() = Some(VcpuThread { in take_run_handle()
947 pub struct VcpuThread { struct952 thread_local!(static VCPU_THREAD: RefCell<Option<VcpuThread>> = RefCell::new(None)); argument998 *v.borrow_mut() = Some(VcpuThread { in to_runnable()