Searched refs:_InterlockedCompareExchange8 (Results 1 – 4 of 4) sorted by relevance
36 extern "C" char _InterlockedCompareExchange8( // NOLINT39 #pragma intrinsic(_InterlockedCompareExchange8)186 u8 prev = (u8)_InterlockedCompareExchange8( in atomic_compare_exchange_strong()
159 …sizeof *(_v) == sizeof(char) ? _InterlockedCompareExchange8 ((char *) (_v), (char) (_new), …
163 …sizeof *(_v) == sizeof(char) ? _InterlockedCompareExchange8 ((char *) (_v), (char) (_new), …
206 char _InterlockedCompareExchange8(char volatile *_Destination, char _Exchange,751 _InterlockedCompareExchange8(char volatile *_Destination, in _InterlockedCompareExchange8() function