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

/vbox/src/VBox/Runtime/common/asm/
H A Dasm-fake.cpp151 RTDECL(uint64_t) ASMAtomicDecU64(uint64_t volatile *pu64) function
/vbox/include/iprt/
H A Dasm.h2859 DECLASM(uint64_t) ASMAtomicDecU64(uint64_t volatile *pu64);
2861 DECLINLINE(uint64_t) ASMAtomicDecU64(uint64_t volatile *pu64) function
2891 return (int64_t)ASMAtomicDecU64((uint64_t volatile *)pi64);
2904 return ASMAtomicDecU64((uint64_t volatile *)pcb);

Completed in 56 milliseconds