Home
last modified time | relevance | path

Searched refs:_InterlockedCompareExchangePointer (Results 1 – 7 of 7) sorted by relevance

/reactos/sdk/include/xdk/
H A Dinterlocked.h129 #define InterlockedCompareExchangePointer _InterlockedCompareExchangePointer
130 #define InterlockedCompareExchangePointerAcquire __ACQ_(_InterlockedCompareExchangePointer)
131 #define InterlockedCompareExchangePointerRelease __REL_(_InterlockedCompareExchangePointer)
132 #define InterlockedCompareExchangePointerNoFence __NF_(_InterlockedCompareExchangePointer)
446 #undef _InterlockedCompareExchangePointer
447 #define _InterlockedCompareExchangePointer _InlineInterlockedCompareExchangePointer macro
451 _InterlockedCompareExchangePointer( in _Ret_writes_()
/reactos/sdk/lib/crt/misc/
H A Ddbgrpt.cpp129 if (_InterlockedCompareExchangePointer((PVOID*)&_CrtUser32Handle, mod, NULL)) in _CrtGetUser32()
149 _InterlockedCompareExchangePointer((PVOID*)&_CrtMessageBoxW, (PVOID)proc, NULL); in _CrtGetMessageBox()
/reactos/sdk/include/vcruntime/mingw32/
H A Dintrin_ppc.h76 PPC_QUAL void * _InterlockedCompareExchangePointer(void * volatile * const Destination, void * cons… in _InterlockedCompareExchangePointer() function
208 PPC_QUAL void * _InterlockedCompareExchangePointer(void * volatile * const Destination, void * cons… in _InterlockedCompareExchangePointer() function
H A Dintrin_arm.h137 __INTRIN_INLINE void * _InterlockedCompareExchangePointer(void * volatile * const Destination, void… in _InterlockedCompareExchangePointer() function
H A Dintrin_x86.h148 #if !HAS_BUILTIN(_InterlockedCompareExchangePointer)
149 __INTRIN_INLINE void * _InterlockedCompareExchangePointer(void * volatile * Destination, void * Exc… in _InterlockedCompareExchangePointer() function
385 #if !HAS_BUILTIN(_InterlockedCompareExchangePointer)
386 __INTRIN_INLINE void * _InterlockedCompareExchangePointer(void * volatile * Destination, void * Exc… in _InterlockedCompareExchangePointer() function
/reactos/sdk/include/vcruntime/msc/
H A Dintrin.h66 #pragma intrinsic(_InterlockedCompareExchangePointer)
/reactos/sdk/include/vcruntime/
H A Dintrin.h40 void * _InterlockedCompareExchangePointer(_Interlocked_operand_ void * volatile * _Destination, voi…