Searched refs:ASMAtomicCmpXchgBool (Results 1 - 14 of 14) sorted by relevance

/vbox/src/VBox/Runtime/r3/nt/
H A Dtime-nt.cpp60 if (ASMAtomicCmpXchgBool(&g_fInitialized, true, false))
/vbox/src/VBox/Runtime/r3/
H A Dpoll.cpp443 AssertReturn(ASMAtomicCmpXchgBool(&pThis->fBusy, true, false), VERR_CONCURRENT_ACCESS);
483 AssertReturn(ASMAtomicCmpXchgBool(&pThis->fBusy, true, false), VERR_CONCURRENT_ACCESS);
541 AssertReturn(ASMAtomicCmpXchgBool(&pThis->fBusy, true, false), VERR_CONCURRENT_ACCESS);
792 AssertReturn(ASMAtomicCmpXchgBool(&pThis->fBusy, true, false), VERR_CONCURRENT_ACCESS);
895 AssertReturn(ASMAtomicCmpXchgBool(&pThis->fBusy, true, false), VERR_CONCURRENT_ACCESS);
989 AssertReturn(ASMAtomicCmpXchgBool(&pThis->fBusy, true, false), VERR_CONCURRENT_ACCESS);
1022 AssertReturn(ASMAtomicCmpXchgBool(&pThis->fBusy, true, false), UINT32_MAX);
1044 AssertReturn(ASMAtomicCmpXchgBool(&pThis->fBusy, true, false), VERR_CONCURRENT_ACCESS);
H A Dsocket.cpp499 if (ASMAtomicCmpXchgBool(&pThis->fClosed, true, false))
/vbox/src/VBox/Runtime/r0drv/darwin/
H A Dsemevent-r0drv-darwin.cpp250 if (ASMAtomicCmpXchgBool(&pThis->fSignaled, false, true))
/vbox/src/VBox/Runtime/r0drv/solaris/
H A Dsemevent-r0drv-solaris.c271 if (ASMAtomicCmpXchgBool(&pThis->fSignaled, false, true))
/vbox/src/VBox/Additions/common/VBoxVideo/
H A DHGSMIBase.cpp93 if (!ASMAtomicCmpXchgBool(&pCtx->fHostCmdProcessing, true, false))
/vbox/src/VBox/Additions/common/VBoxGuest/
H A DVBoxGuest-darwin.cpp817 if (!ASMAtomicCmpXchgBool(&g_fInstantiated, true, false))
/vbox/src/VBox/Storage/
H A DVD.cpp1789 && ASMAtomicCmpXchgBool(&pTmp->fComplete, true, false))
1844 && ASMAtomicCmpXchgBool(&pTmp->fComplete, true, false))
1873 if (ASMAtomicCmpXchgBool(&pDisk->fLocked, true, false))
3067 && ASMAtomicCmpXchgBool(&pIoCtxWrite->fComplete, true, false))
4082 && ASMAtomicCmpXchgBool(&pIoCtx->fComplete, true, false))
4119 && ASMAtomicCmpXchgBool(&pIoCtxParent->fComplete, true, false))
4458 if (ASMAtomicCmpXchgBool(&pDisk->fLocked, true, false))
4498 if (ASMAtomicCmpXchgBool(&pDisk->fLocked, true, false))
5320 if (ASMAtomicCmpXchgBool(&pDisk->fLocked, true, false))
10781 if (ASMAtomicCmpXchgBool(
[all...]
/vbox/src/VBox/HostDrivers/VBoxNetFlt/linux/
H A DVBoxNetFlt-linux.c1687 if (ASMAtomicCmpXchgBool(&pThis->u.s.fPacketHandler, false, true))
1983 if (ASMAtomicCmpXchgBool(&pThis->u.s.fPacketHandler, false, true))
/vbox/src/VBox/Devices/Storage/
H A DDevAHCI.cpp5768 if (ASMAtomicCmpXchgBool(&pAhciPort->fRedo, true, false))
5774 if (ASMAtomicCmpXchgBool(&pAhciPort->fRedo, true, false))
5782 if (ASMAtomicCmpXchgBool(&pAhciPort->fRedo, true, false))
5789 ASMAtomicCmpXchgBool(&pAhciPort->fRedo, true, false);
/vbox/src/VBox/Main/src-client/
H A DDisplayImpl.cpp2965 bool f = ASMAtomicCmpXchgBool(&pThis->fVGAResizing, true, false);
2981 f = ASMAtomicCmpXchgBool(&pThis->fVGAResizing, false, true);
H A DConsoleImpl.cpp1269 if (ASMAtomicCmpXchgBool(&mcGuestCredentialsProvided, true, false))
/vbox/src/VBox/Runtime/common/misc/
H A Dlockvalidator.cpp3474 while (!ASMAtomicCmpXchgBool(&pRec->fReallocating, true, false))
3815 && ASMAtomicCmpXchgBool(&pShared->fReallocating, true, false))
/vbox/include/iprt/
H A Dasm.h719 DECLINLINE(bool) ASMAtomicCmpXchgBool(volatile bool *pf, const bool fNew, const bool fOld) function

Completed in 273 milliseconds