Searched defs:pUVM2 (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Debugger/
H A DVBoxDbgBase.cpp114 PUVM pUVM2 = ASMAtomicXchgPtrT(&pThis->m_pUVM, NULL, PUVM); local
115 if (pUVM2)
117 Assert(pUVM2 == pUVM);
119 VMR3ReleaseUVM(pUVM2);

Completed in 42 milliseconds