|
long | _InterlockedDecrement (long volatile *p) |
|
long | _InterlockedExchange (long volatile *p, long v) |
|
short | _InterlockedExchange16 (short volatile *p, short v) |
|
char | _InterlockedExchange8 (char volatile *p, char v) |
|
long | _InterlockedExchangeAdd (long volatile *p, long v) |
|
short | _InterlockedExchangeAdd16 (short volatile *p, short v) |
|
char | _InterlockedExchangeAdd8 (char volatile *p, char v) |
|
long | _InterlockedCompareExchange (long volatile *p, long v1, long v2) |
|
long long | _InterlockedCompareExchange64 (long long volatile *p, long long v1, long long v2) |
|
long | _InterlockedIncrement (long volatile *p) |
|
long | _InterlockedOr (long volatile *p, long v) |
|
char | _InterlockedOr8 (char volatile *p, char v) |
|
short | _InterlockedOr16 (short volatile *p, short v) |
|
long | _InterlockedXor (long volatile *p, long v) |
|
char | _InterlockedXor8 (char volatile *p, char v) |
|
short | _InterlockedXor16 (short volatile *p, short v) |
|
long | _InterlockedAnd (long volatile *p, long v) |
|
char | _InterlockedAnd8 (char volatile *p, char v) |
|
short | _InterlockedAnd16 (short volatile *p, short v) |
|
long | _InterlockedAdd (long volatile *p, long v) |
|
long | _InterlockedAddLargeStatistic (long long volatile *p, long v) |
|
void | _mm_lfence (void) |
|
void | _mm_mfence (void) |
|
void | _WriteBarrier (void) |
|
void | _ReadWriteBarrier (void) |
|
void | _ReadBarrier (void) |
|
short | _InterlockedIncrement16 (short volatile *p) |
|
short | _InterlockedDecrement16 (short volatile *p) |
|
short | _InterlockedCompareExchange16 (short volatile *p, short v1, short v2) |
|
char | _InterlockedCompareExchange8 (char volatile *p, char v1, char v2) |
|