Searched refs:deAtomicCompareExchangeUint32 (Results 1 – 1 of 1) sorted by relevance
100 DE_INLINE deUint32 deAtomicCompareExchangeUint32 (volatile deUint32* dstAddr, deUint32 compare, deU… in deAtomicCompareExchangeUint32() function114 #define deAtomicCompareExchange32 deAtomicCompareExchangeUint32248 …return (void*)deAtomicCompareExchangeUint32((volatile deUint32*)dstAddr, (deUint32)compare, (deUin… in deAtomicCompareExchangePtr()