Home
last modified time | relevance | path

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

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_atomic_msvc.h36 extern "C" char _InterlockedCompareExchange8( // NOLINT
39 #pragma intrinsic(_InterlockedCompareExchange8)
186 u8 prev = (u8)_InterlockedCompareExchange8( in atomic_compare_exchange_strong()
/external/mesa3d/src/util/
Du_atomic.h159 …sizeof *(_v) == sizeof(char) ? _InterlockedCompareExchange8 ((char *) (_v), (char) (_new), …
/external/virglrenderer/src/mesa/util/
Du_atomic.h163 …sizeof *(_v) == sizeof(char) ? _InterlockedCompareExchange8 ((char *) (_v), (char) (_new), …
/external/clang/lib/Headers/
Dintrin.h206 char _InterlockedCompareExchange8(char volatile *_Destination, char _Exchange,
751 _InterlockedCompareExchange8(char volatile *_Destination, in _InterlockedCompareExchange8() function