Searched refs:_InterlockedCompareExchangePointer (Results 1 – 7 of 7) sorted by relevance
/reactos/sdk/include/xdk/ |
H A D | interlocked.h | 129 #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 D | dbgrpt.cpp | 129 if (_InterlockedCompareExchangePointer((PVOID*)&_CrtUser32Handle, mod, NULL)) in _CrtGetUser32() 149 _InterlockedCompareExchangePointer((PVOID*)&_CrtMessageBoxW, (PVOID)proc, NULL); in _CrtGetMessageBox()
|
/reactos/sdk/include/vcruntime/mingw32/ |
H A D | intrin_ppc.h | 76 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 D | intrin_arm.h | 137 __INTRIN_INLINE void * _InterlockedCompareExchangePointer(void * volatile * const Destination, void… in _InterlockedCompareExchangePointer() function
|
H A D | intrin_x86.h | 148 #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 D | intrin.h | 66 #pragma intrinsic(_InterlockedCompareExchangePointer)
|
/reactos/sdk/include/vcruntime/ |
H A D | intrin.h | 40 void * _InterlockedCompareExchangePointer(_Interlocked_operand_ void * volatile * _Destination, voi…
|