Lines Matching full:volatile

142 long _InterlockedAddLargeStatistic(__int64 volatile *_Addend, long _Value);
143 unsigned char _interlockedbittestandreset(long volatile *, long);
144 unsigned char _interlockedbittestandset(long volatile *, long);
145 void *_InterlockedCompareExchangePointer_HLEAcquire(void *volatile *, void *,
147 void *_InterlockedCompareExchangePointer_HLERelease(void *volatile *, void *,
149 long _InterlockedExchangeAdd_HLEAcquire(long volatile *, long);
150 long _InterlockedExchangeAdd_HLERelease(long volatile *, long);
151 __int64 _InterlockedExchangeAdd64_HLEAcquire(__int64 volatile *, __int64);
152 __int64 _InterlockedExchangeAdd64_HLERelease(__int64 volatile *, __int64);
161 void _Store_HLERelease(long volatile *, long);
162 void _Store64_HLERelease(__int64 volatile *, __int64);
163 void _StorePointer_HLERelease(void *volatile *, void *);
200 long _InterlockedAnd_np(long volatile *_Value, long _Mask);
201 short _InterlockedAnd16_np(short volatile *_Value, short _Mask);
202 __int64 _InterlockedAnd64_np(__int64 volatile *_Value, __int64 _Mask);
203 char _InterlockedAnd8_np(char volatile *_Value, char _Mask);
204 unsigned char _interlockedbittestandreset64(__int64 volatile *, __int64);
205 unsigned char _interlockedbittestandset64(__int64 volatile *, __int64);
206 long _InterlockedCompareExchange_np(long volatile *_Destination, long _Exchange,
208 unsigned char _InterlockedCompareExchange128_np(__int64 volatile *_Destination,
212 short _InterlockedCompareExchange16_np(short volatile *_Destination,
214 __int64 _InterlockedCompareExchange64_np(__int64 volatile *_Destination,
216 void *_InterlockedCompareExchangePointer_np(void *volatile *_Destination,
218 long _InterlockedOr_np(long volatile *_Value, long _Mask);
219 short _InterlockedOr16_np(short volatile *_Value, short _Mask);
220 __int64 _InterlockedOr64_np(__int64 volatile *_Value, __int64 _Mask);
221 char _InterlockedOr8_np(char volatile *_Value, char _Mask);
222 long _InterlockedXor_np(long volatile *_Value, long _Mask);
223 short _InterlockedXor16_np(short volatile *_Value, short _Mask);
224 __int64 _InterlockedXor64_np(__int64 volatile *_Value, __int64 _Mask);
225 char _InterlockedXor8_np(char volatile *_Value, char _Mask);
330 __asm__ volatile("hlt");
366 __asm__ volatile("nop");
375 long _InterlockedAdd(long volatile *Addend, long Value);
376 __int64 _InterlockedAdd64(__int64 volatile *Addend, __int64 Value);