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

/vbox/include/iprt/
H A Dasm.h3106 DECLASM(void) ASMAtomicUoOrU32(uint32_t volatile *pu32, uint32_t u32);
3108 DECLINLINE(void) ASMAtomicUoOrU32(uint32_t volatile *pu32, uint32_t u32) function
3140 ASMAtomicUoOrU32((uint32_t volatile *)pi32, i32);
H A Dmangling.h64 # define ASMAtomicUoOrU32 RT_MANGLER(ASMAtomicUoOrU32) /* not-some-systems... */ macro

Completed in 134 milliseconds