Searched refs:_Target (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Headers/
H A DIntrin.h232 long _InterlockedExchange(long volatile *_Target, long _Value);
234 short _InterlockedExchange16(short volatile *_Target, short _Value);
236 char _InterlockedExchange8(char volatile *_Target, char _Value);
428 __int64 _InterlockedExchange64(__int64 volatile *_Target, __int64 _Value);
431 void *_InterlockedExchangePointer(void *volatile *_Target, void *_Value);
787 _InterlockedExchange8(char volatile *_Target, char _Value) { argument
788 __atomic_exchange(_Target, &_Value, &_Value, 0);
792 _InterlockedExchange16(short volatile *_Target, short _Value) { argument
793 __atomic_exchange(_Target, &_Value, &_Value, 0);
798 _InterlockedExchange64(__int64 volatile *_Target, __int6 argument
[all...]

Completed in 35 milliseconds