Searched refs:_InterlockedExchange64 (Results 1 – 7 of 7) sorted by relevance
/external/python/cpython3/Include/internal/ |
D | pycore_atomic.h | 269 _InterlockedExchange64((__int64 volatile*)&((ATOMIC_VAL)->_value), (__int64)(NEW_VAL)); \ 405 _InterlockedExchange64((__int64 volatile*)&((ATOMIC_VAL)->_value), (__int64)NEW_VAL); \
|
/external/clang/lib/Headers/ |
D | intrin.h | 384 __int64 _InterlockedExchange64(__int64 volatile *_Target, __int64 _Value); 742 _InterlockedExchange64(__int64 volatile *_Target, __int64 _Value) { in _InterlockedExchange64() function
|
/external/llvm-project/clang/lib/Headers/ |
D | intrin.h | 257 __int64 _InterlockedExchange64(__int64 volatile *_Target, __int64 _Value);
|
/external/llvm-project/clang/test/CodeGen/ |
D | ms-intrinsics.c | 559 return _InterlockedExchange64(value, mask); in test_InterlockedExchange64()
|
/external/llvm-project/clang/include/clang/Basic/ |
D | BuiltinsAArch64.def | 110 TARGET_HEADER_BUILTIN(_InterlockedExchange64, "LLiLLiD*LLi", "nh", "intrin.h", ALL_MS_LANGUAGES,…
|
D | BuiltinsARM.def | 232 TARGET_HEADER_BUILTIN(_InterlockedExchange64, "LLiLLiD*LLi", "nh", "intrin.h", ALL_MS_LANGUAGES,…
|
D | BuiltinsX86.def | 1970 TARGET_HEADER_BUILTIN(_InterlockedExchange64, "WiWiD*Wi", "nh", "intrin.h", ALL_MS_LANGUAGES, "")
|