Searched refs:ASMAtomicXchgU32 (Results 26 - 32 of 32) sorted by relevance

12

/vbox/src/VBox/HostDrivers/Support/win/
H A DSUPR3HardenedMain-win.cpp2314 ASMAtomicXchgU32((uint32_t volatile *)pbApi, uJmpDollarMinus.u);
2322 ASMAtomicXchgU32((uint32_t volatile *)pbApi, *(uint32_t *)s_aPatches[i].pabPatch);
/vbox/src/VBox/Devices/Storage/
H A DDevBusLogic.cpp2223 uint32_t cMailboxesReady = ASMAtomicXchgU32(&pBusLogic->cInMailboxesReady, 0);
3123 ASMAtomicXchgU32(&pBusLogic->cMailboxesReady, 0); /** @todo Actually not required anymore but to stay compatible with older saved states. */
H A DDevATA.cpp1950 return ASMAtomicXchgU32(&s->MediaTrackType, MediaTrackType);
/vbox/src/VBox/Runtime/common/misc/
H A Dlockvalidator.cpp3034 return ASMAtomicXchgU32(&pRec->uSubClass, uSubClass);
3526 return ASMAtomicXchgU32(&pRec->uSubClass, uSubClass);
/vbox/src/VBox/HostDrivers/Support/
H A DSUPDrvGip.cpp2849 iOtherSeq1 = ASMAtomicXchgU32(&pOtherSync->uSyncSeq, iMySeq);
/vbox/src/VBox/Devices/Network/
H A DSrvIntNetR0.cpp4682 INTNETIFHANDLE hIf = ASMAtomicXchgU32(&pIf->hIf, INTNET_HANDLE_INVALID);
/vbox/src/recompiler/
H A DVBoxRecompiler.c3055 idxHead = ASMAtomicXchgU32(&pVM->rem.s.idxPendingList, UINT32_MAX);

Completed in 201 milliseconds

12