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

/vbox/include/iprt/
H A Dasm.h3151 DECLASM(void) ASMAtomicUoOrU64(uint64_t volatile *pu64, uint64_t u64);
3153 DECLINLINE(void) ASMAtomicUoOrU64(uint64_t volatile *pu64, uint64_t u64) function
3182 ASMAtomicUoOrU64((uint64_t volatile *)pi64, i64);
H A Dmangling.h66 # define ASMAtomicUoOrU64 RT_MANGLER(ASMAtomicUoOrU64) /* not-some-systems... */ macro

Completed in 87 milliseconds