Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/lib/Headers/
DIntrin.h187 long _Exchange, long _Comparand);
192 short _Exchange, short _Comparand);
195 __int64 _Exchange, __int64 _Comparand);
201 char _InterlockedCompareExchange8(char volatile *_Destination, char _Exchange,
351 long _InterlockedCompareExchange_np(long volatile *_Destination, long _Exchange,
362 short _Exchange, short _Comparand);
364 __int64 _Exchange, __int64 _Comparand);
366 void *_Exchange, void *_Comparand);
725 char _Exchange, char _Comparand) { in _InterlockedCompareExchange8() argument
726 __atomic_compare_exchange(_Destination, &_Comparand, &_Exchange, 0, 0, 0); in _InterlockedCompareExchange8()
[all …]