Home
last modified time | relevance | path

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

/external/python/cpython3/Include/internal/
Dpycore_atomic.h269 _InterlockedExchange64((__int64 volatile*)&((ATOMIC_VAL)->_value), (__int64)(NEW_VAL)); \
405 _InterlockedExchange64((__int64 volatile*)&((ATOMIC_VAL)->_value), (__int64)NEW_VAL); \
/external/clang/lib/Headers/
Dintrin.h384 __int64 _InterlockedExchange64(__int64 volatile *_Target, __int64 _Value);
742 _InterlockedExchange64(__int64 volatile *_Target, __int64 _Value) { in _InterlockedExchange64() function
/external/llvm-project/clang/lib/Headers/
Dintrin.h257 __int64 _InterlockedExchange64(__int64 volatile *_Target, __int64 _Value);
/external/llvm-project/clang/test/CodeGen/
Dms-intrinsics.c559 return _InterlockedExchange64(value, mask); in test_InterlockedExchange64()
/external/llvm-project/clang/include/clang/Basic/
DBuiltinsAArch64.def110 TARGET_HEADER_BUILTIN(_InterlockedExchange64, "LLiLLiD*LLi", "nh", "intrin.h", ALL_MS_LANGUAGES,…
DBuiltinsARM.def232 TARGET_HEADER_BUILTIN(_InterlockedExchange64, "LLiLLiD*LLi", "nh", "intrin.h", ALL_MS_LANGUAGES,…
DBuiltinsX86.def1970 TARGET_HEADER_BUILTIN(_InterlockedExchange64, "WiWiD*Wi", "nh", "intrin.h", ALL_MS_LANGUAGES, "")