Searched defs:ExChange (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/psdk_inc/ |
D | intrin-impl.h | 1472 short _InterlockedCompareExchange16(short volatile *Destination, short ExChange, short Comperand) { in _InterlockedCompareExchange16() 1494 __LONG32 _InterlockedCompareExchange(__LONG32 volatile *Destination, __LONG32 ExChange, __LONG32 Co… in _InterlockedCompareExchange() 1560 __int64 _InterlockedCompareExchange64(__int64 volatile *Destination, __int64 ExChange, __int64 Comp… in _InterlockedCompareExchange64() 1571 void *_InterlockedCompareExchangePointer(void *volatile *Destination, void *ExChange, void *Compera… in _InterlockedCompareExchangePointer()
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
D | winbase.h | 1062 …nlineInterlockedCompareExchangePointer (PVOID volatile *Destination, PVOID ExChange, PVOID Compera… in __InlineInterlockedCompareExchangePointer() 1068 #define InterlockedCompareExchangePointer(Destination, ExChange, Comperand) (PVOID) (LONG_PTR)Inter… argument
|
D | winnt.h | 2278 #define InterlockedCompareExchangePointer(Destination, ExChange, Comperand) (PVOID) (LONG_PTR)Inter… argument
|