Home
last modified time | relevance | path

Searched defs:_Target (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/clang/lib/Headers/
Dimmintrin.h527 _InterlockedExchange_HLEAcquire(long volatile *_Target, long _Value) { in _InterlockedExchange_HLEAcquire()
533 _InterlockedExchange_HLERelease(long volatile *_Target, long _Value) { in _InterlockedExchange_HLERelease()
541 _InterlockedExchange64_HLEAcquire(__int64 volatile *_Target, __int64 _Value) { in _InterlockedExchange64_HLEAcquire()
547 _InterlockedExchange64_HLERelease(__int64 volatile *_Target, __int64 _Value) { in _InterlockedExchange64_HLERelease()
/external/clang/lib/Headers/
Dintrin.h731 _InterlockedExchange8(char volatile *_Target, char _Value) { in _InterlockedExchange8()
736 _InterlockedExchange16(short volatile *_Target, short _Value) { in _InterlockedExchange16()
742 _InterlockedExchange64(__int64 volatile *_Target, __int64 _Value) { in _InterlockedExchange64()