Searched defs:ASMAtomicDecU32 (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Runtime/common/asm/
H A Dasm-fake.cpp141 RTDECL(uint32_t) ASMAtomicDecU32(uint32_t volatile *pu32) function
/vbox/include/iprt/
H A Dasm.h2804 DECLASM(uint32_t) ASMAtomicDecU32(uint32_t volatile *pu32);
2806 DECLINLINE(uint32_t) ASMAtomicDecU32(uint32_t volatile *pu32) function
2848 return (int32_t)ASMAtomicDecU32((uint32_t volatile *)pi32);
2906 return ASMAtomicDecU32((uint32_t volatile *)pcb);

Completed in 71 milliseconds