Searched refs:_Exchange (Results 1 – 1 of 1) sorted by relevance
/external/clang/lib/Headers/ |
D | intrin.h | 192 long _Exchange, long _Comparand); 197 short _Exchange, short _Comparand); 200 __int64 _Exchange, __int64 _Comparand); 206 char _InterlockedCompareExchange8(char volatile *_Destination, char _Exchange, 359 long _InterlockedCompareExchange_np(long volatile *_Destination, long _Exchange, 370 short _Exchange, short _Comparand); 376 __int64 _Exchange, __int64 _Comparand); 378 void *_Exchange, void *_Comparand); 380 void *_Exchange, void *_Comparand); 752 char _Exchange, char _Comparand) { in _InterlockedCompareExchange8() argument [all …]
|