Searched refs:ASMAtomicDecU32 (Results 51 - 75 of 138) sorted by relevance

123456

/vbox/src/VBox/Runtime/r3/posix/
H A Dtimer-posix.cpp613 ASMAtomicDecU32(&g_cTimerInstances);
682 if (ASMAtomicDecU32(&g_cTimerInstances) == 0)
H A Dsemmutex-posix.cpp400 ASMAtomicDecU32(&pThis->cNesting);
/vbox/src/VBox/Devices/USB/
H A DVUSBReadAhead.cpp303 ASMAtomicDecU32(&pThis->cSubmitted);
/vbox/src/VBox/GuestHost/OpenGL/include/
H A Dcr_blitter.h362 uint32_t cRefs = ASMAtomicDecU32(&pTex->cRefs);
/vbox/src/VBox/Runtime/testcase/
H A DtstTSC.cpp105 ASMAtomicDecU32(&g_cWaiting);
H A DtstRTCritSect.cpp346 ASMAtomicDecU32(pArgs->pcThreadRunning);
/vbox/src/VBox/Runtime/common/asm/
H A Dasm-fake.cpp141 RTDECL(uint32_t) ASMAtomicDecU32(uint32_t volatile *pu32) function
/vbox/src/VBox/Runtime/common/crypto/
H A Ddigest-core.cpp194 uint32_t cRefs = ASMAtomicDecU32(&pThis->cRefs);
/vbox/src/VBox/Additions/common/VBoxGuestLib/
H A DVBoxGuestR3Lib.cpp306 uint32_t cInits = ASMAtomicDecU32(&g_cInits);
/vbox/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/
H A DVBoxMPShgsmi.cpp35 uint32_t cRefs = ASMAtomicDecU32(&pCmd->cRefs);
H A DVBoxMPVhwa.cpp50 uint32_t cRefs = ASMAtomicDecU32(&pCmd->cRefs);
773 ASMAtomicDecU32(&pSource->Vhwa.cOverlaysCreated);
789 uint32_t cNew = ASMAtomicDecU32(&pSource->Vhwa.cOverlaysCreated);
951 ASMAtomicDecU32(&pSource->cOverlays);
/vbox/src/VBox/Runtime/r0drv/darwin/
H A Dsemeventmulti-r0drv-darwin.cpp148 if (RT_UNLIKELY(ASMAtomicDecU32(&pThis->cRefs) == 0))
/vbox/src/VBox/Runtime/r3/linux/
H A Dsemmutex-linux.cpp424 ASMAtomicDecU32(&pThis->cNestings);
/vbox/src/VBox/Runtime/common/misc/
H A Dthread.cpp486 ASMAtomicDecU32(&g_cThreadInTree);
575 cRefs = ASMAtomicDecU32(&pThread->cRefs);
609 ASMAtomicDecU32(&pThread->cRefs);
H A Dreq.cpp192 uint32_t cRefs = ASMAtomicDecU32(&pReq->cRefs);
H A Dreqqueue.cpp367 ASMAtomicDecU32(&pQueue->cReqFree);
/vbox/src/VBox/Devices/USB/linux/
H A DUSBProxyDevice-linux.cpp1076 ASMAtomicDecU32(&g_cResetActive);
1081 ASMAtomicDecU32(&g_cResetActive);
1091 ASMAtomicDecU32(&g_cResetActive);
/vbox/src/VBox/HostDrivers/Support/freebsd/
H A DSUPDrv-freebsd.c295 ASMAtomicDecU32(&g_cUsers);
/vbox/src/VBox/HostServices/SharedOpenGL/render/
H A Drenderspu.h460 uint32_t cRefs = ASMAtomicDecU32(&window->cRefs);
/vbox/src/VBox/VMM/VMMAll/
H A DTMAllCpu.cpp169 uint32_t c = ASMAtomicDecU32(&pVM->tm.s.cTSCsTicking);
/vbox/src/VBox/Additions/common/VBoxGuest/
H A DVBoxGuest-freebsd.c256 ASMAtomicDecU32(&cUsers);
/vbox/src/VBox/Runtime/r0drv/solaris/
H A Dtimer-r0drv-solaris.c178 uint32_t cRefs = ASMAtomicDecU32(&pTimer->cRefs);
/vbox/src/VBox/VMM/VMMR3/
H A DPDMNetShaper.cpp213 ASMAtomicDecU32(&pBwGroup->cRefs);
/vbox/src/recompiler/
H A DVBoxRecompiler.c352 ASMAtomicDecU32(&pVM->rem.s.cIgnoreAll);
590 ASMAtomicDecU32(&pVM->rem.s.cIgnoreAll);
744 ASMAtomicDecU32(&pVM->rem.s.cIgnoreAll);
2258 ASMAtomicDecU32(&pVM->rem.s.cIgnoreAll);
3025 ASMAtomicDecU32(&pVM->rem.s.cIgnoreAll);
3237 ASMAtomicDecU32(&pVM->rem.s.cIgnoreAll);
3273 ASMAtomicDecU32(&pVM->rem.s.cIgnoreAll);
3305 ASMAtomicDecU32(&pVM->rem.s.cIgnoreAll);
3340 ASMAtomicDecU32(&pVM->rem.s.cIgnoreAll);
3401 ASMAtomicDecU32(
[all...]
/vbox/src/VBox/HostDrivers/Support/
H A DSUPDrv-dtrace.cpp497 ASMAtomicDecU32(&pProv->pacProbeEnabled[idxProbe]);
506 ASMAtomicDecU32(&pProv->paR0Probes[idxProbe].cEnabled);

Completed in 237 milliseconds

123456