Searched refs:ASMAtomicDecU32 (Results 1 - 25 of 138) sorted by relevance

123456

/vbox/src/VBox/Runtime/r3/posix/
H A Dsemevent-posix.cpp339 ASMAtomicDecU32(&pThis->cWaiters);
350 ASMAtomicDecU32(&pThis->cWaiters);
373 ASMAtomicDecU32(&pThis->cWaiters);
387 ASMAtomicDecU32(&pThis->cWaiters);
427 ASMAtomicDecU32(&pThis->cWaiters);
438 ASMAtomicDecU32(&pThis->cWaiters);
453 ASMAtomicDecU32(&pThis->cWaiters);
469 ASMAtomicDecU32(&pThis->cWaiters);
483 ASMAtomicDecU32(&pThis->cWaiters);
H A Dpipe-posix.cpp358 ASMAtomicDecU32(&pThis->u32State);
420 ASMAtomicDecU32(&pThis->u32State);
472 ASMAtomicDecU32(&pThis->u32State);
519 ASMAtomicDecU32(&pThis->u32State);
553 ASMAtomicDecU32(&pThis->u32State);
596 ASMAtomicDecU32(&pThis->u32State);
H A Dsemeventmulti-posix.cpp405 ASMAtomicDecU32(&pThis->cWaiters);
422 ASMAtomicDecU32(&pThis->cWaiters);
437 ASMAtomicDecU32(&pThis->cWaiters);
535 ASMAtomicDecU32(&pThis->cWaiters);
552 ASMAtomicDecU32(&pThis->cWaiters);
568 ASMAtomicDecU32(&pThis->cWaiters);
/vbox/src/VBox/Runtime/r0drv/os2/
H A Dsemevent-r0drv-os2.cpp139 ASMAtomicDecU32(&pThis->cWaiters);
147 ASMAtomicDecU32(&pThis->cWaking);
211 if ( !ASMAtomicDecU32(&pThis->cWaking)
225 ASMAtomicDecU32(&pThis->cWaiters);
231 ASMAtomicDecU32(&pThis->cWaiters);
H A Dsemeventmulti-r0drv-os2.cpp218 if ( !ASMAtomicDecU32(&pThis->cWaking)
233 ASMAtomicDecU32(&pThis->cWaiters);
239 ASMAtomicDecU32(&pThis->cWaiters);
/vbox/src/VBox/Devices/Storage/VSCSI/
H A DVSCSIIoReq.cpp46 ASMAtomicDecU32(&pVScsiLun->IoReq.cReqOutstanding);
81 ASMAtomicDecU32(&pVScsiLun->IoReq.cReqOutstanding);
113 ASMAtomicDecU32(&pVScsiLun->IoReq.cReqOutstanding);
144 ASMAtomicDecU32(&pVScsiLun->IoReq.cReqOutstanding);
/vbox/include/VBox/com/
H A DEventQueue.h65 uint32_t cRefs = ASMAtomicDecU32(&mRefCount);
/vbox/src/VBox/HostDrivers/VBoxUSB/solaris/
H A DUSBLib-solaris.cpp109 ASMAtomicDecU32(&g_cUsers);
118 ASMAtomicDecU32(&g_cUsers);
132 if (ASMAtomicDecU32(&g_cUsers) != 0)
/vbox/src/VBox/Storage/testcase/
H A DVDIoBackend.cpp151 ASMAtomicDecU32(&pIoBackend->cRefsFile);
172 ASMAtomicDecU32(&pIoStorage->pIoBackend->cRefsIoMem);
178 ASMAtomicDecU32(&pIoStorage->pIoBackend->cRefsFile);
/vbox/src/VBox/Runtime/r0drv/solaris/
H A Dsemmutex-r0drv-solaris.c112 ASMAtomicDecU32(&pThis->cRefs);
192 ASMAtomicDecU32(&pThis->cWaiters);
239 if (!ASMAtomicDecU32(&pThis->cRefs))
H A Dthreadctxhooks-r0drv-solaris.c141 cRefs = ASMAtomicDecU32(&pThis->cRefs);
217 uint32_t cRefs = ASMAtomicDecU32(&pThis->cRefs);
H A Ddbgkrnlinfo-r0drv-solaris.c189 uint32_t cRefs = ASMAtomicDecU32(&pThis->cRefs);
/vbox/src/VBox/HostDrivers/VBoxUSB/darwin/
H A DUSBLib-darwin.cpp121 if (ASMAtomicDecU32(&g_cUsers) != 0)
/vbox/src/VBox/Runtime/common/misc/
H A Dreqpool.cpp260 ASMAtomicDecU32(&pPool->cIdleThreads);
317 ASMAtomicDecU32(&pPool->cCurActiveRequests);
401 ASMAtomicDecU32(&pPool->cIdleThreads);
403 ASMAtomicDecU32(&pPool->cIdleThreads);
428 ASMAtomicDecU32(&pPool->cIdleThreads);
542 ASMAtomicDecU32(&pPool->cIdleThreads);
837 ASMAtomicDecU32(&pPool->cCurFreeRequests);
987 uint32_t cRefs = ASMAtomicDecU32(&pPool->cRefs);
1063 ASMAtomicDecU32(&pPool->cCurFreeRequests);
/vbox/src/VBox/Runtime/r0drv/darwin/
H A Dsemmutex-r0drv-darwin.cpp139 if (ASMAtomicDecU32(&pThis->cRefs) == 0)
240 if (RT_UNLIKELY(ASMAtomicDecU32(&pThis->cRefs) == 0))
/vbox/src/VBox/Runtime/r0drv/linux/
H A Dsemmutex-r0drv-linux.c139 if (ASMAtomicDecU32(&pThis->cRefs) != 0)
232 if (RT_LIKELY(ASMAtomicDecU32(&pThis->cRefs) != 0))
H A Dsemevent-r0drv-linux.c113 if (RT_UNLIKELY(ASMAtomicDecU32(&pThis->cRefs) == 0))
/vbox/src/VBox/Runtime/common/log/
H A Dtracebuf.cpp165 ASMAtomicDecU32(&RTTRACEBUF_TO_VOLATILE(a_pThis)->cRefs); \
178 uint32_t cRefs = ASMAtomicDecU32(&RTTRACEBUF_TO_VOLATILE(a_pThis)->cRefs); \
229 ASMAtomicDecU32(&pVolatile->cRefs); \
268 cRefs = ASMAtomicDecU32(&pVolatile->cRefs); \
451 uint32_t cRefs = ASMAtomicDecU32(&RTTRACEBUF_TO_VOLATILE(pThis)->cRefs);
/vbox/src/VBox/Main/src-all/
H A DSecretKeyStore.cpp72 uint32_t cRefs = ASMAtomicDecU32(&m_cRefs);
/vbox/src/VBox/Main/src-client/
H A DVirtualBoxClientImpl.cpp138 ASMAtomicDecU32(&g_cInstances);
/vbox/src/VBox/HostDrivers/VBoxUSB/win/cmn/
H A DVBoxDrvTool.h106 uint32_t cRefs = ASMAtomicDecU32(&pRef->cRefs);
/vbox/src/VBox/Runtime/testcase/
H A DtstSemMutex.cpp93 if (ASMAtomicDecU32(&g_cbConcurrent) != 0)
/vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/xpdm/
H A DVBoxDispDDrawVHWA.cpp29 ASMAtomicDecU32(&pSrcDesc->cPendingBltsSrc);
30 ASMAtomicDecU32(&pDestDesc->cPendingBltsDst);
41 ASMAtomicDecU32(&pCurrDesc->cPendingFlipsCurr);
42 ASMAtomicDecU32(&pTargDesc->cPendingFlipsTarg);
/vbox/src/VBox/Runtime/r0drv/freebsd/
H A Dsemevent-r0drv-freebsd.c111 if (RT_UNLIKELY(ASMAtomicDecU32(&pThis->cRefs) == 0))
/vbox/src/VBox/Runtime/r0drv/haiku/
H A Dsemevent-r0drv-haiku.c112 if (RT_UNLIKELY(ASMAtomicDecU32(&pThis->cRefs) == 0))

Completed in 75 milliseconds

123456