Searched refs:ASMAtomicAddZ (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Runtime/common/misc/
H A Dcircbuf.cpp233 ASMAtomicAddZ(&pBuf->cbUsed, cbSize);
/vbox/src/VBox/Runtime/common/alloc/
H A Dmemtracker.cpp477 ASMAtomicAddZ(&pStats->cbAllocated, cbUser);
/vbox/include/iprt/
H A Dasm.h2561 DECLINLINE(size_t) ASMAtomicAddZ(size_t volatile *pcb, size_t cb) function

Completed in 92 milliseconds