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

/vbox/src/VBox/VMM/VMMR3/
H A DDBGFAddrSpace.cpp536 RTDBGAS hRealAliasFor = DBGFR3AsResolveAndRetain(pUVM, hAliasFor); local
537 if (hRealAliasFor == NIL_RTDBGAS)
545 if (RTAvlPVGet(&pUVM->dbgf.s.AsHandleTree, hRealAliasFor))
551 ASMAtomicXchgHandle(&pUVM->dbgf.s.ahAsAliases[DBGF_AS_ALIAS_2_INDEX(hAlias)], hRealAliasFor, &hAsOld);

Completed in 46 milliseconds