Go to the source code of this file.
|
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) |
|
◆ _InterlockedAdd()
◆ _InterlockedAddLargeStatistic()
◆ _InterlockedAnd()
◆ _InterlockedAnd16()
◆ _InterlockedAnd8()
◆ _InterlockedCompareExchange()
◆ _InterlockedCompareExchange16()
◆ _InterlockedCompareExchange64()
◆ _InterlockedCompareExchange8()
◆ _InterlockedDecrement()
◆ _InterlockedDecrement16()
◆ _InterlockedExchange()
◆ _InterlockedExchange16()
◆ _InterlockedExchange8()
◆ _InterlockedExchangeAdd()
◆ _InterlockedExchangeAdd16()
◆ _InterlockedExchangeAdd8()
◆ _InterlockedIncrement()
◆ _InterlockedIncrement16()
◆ _InterlockedOr()
◆ _InterlockedOr16()
◆ _InterlockedOr8()
◆ _InterlockedXor()
◆ _InterlockedXor16()
◆ _InterlockedXor8()
◆ _mm_lfence()
◆ _mm_mfence()
◆ _ReadBarrier()
◆ _ReadWriteBarrier()
◆ _WriteBarrier()