System::Threading::Interlocked Member List

This is the complete list of members for System::Threading::Interlocked, including all inherited members.

Add(int32_t &location1, int32_t value)System::Threading::Interlockedstatic
Add(int64_t &location1, int64_t value)System::Threading::Interlockedstatic
CompareExchange(T &location1, T value, T comparand)System::Threading::Interlockedinlinestatic
CompareExchange(T &location1, T value, T comparand)System::Threading::Interlockedinlinestatic
CompareExchange(int32_t &location1, int32_t value, int32_t comparand, bool &succeeded)System::Threading::Interlockedstatic
Decrement(int32_t &location)System::Threading::Interlockedstatic
Decrement(int64_t &location)System::Threading::Interlockedstatic
Exchange(T &location1, T value)System::Threading::Interlockedinlinestatic
Exchange(T &location1, T value)System::Threading::Interlockedinlinestatic
ExchangeAdd(int32_t &location1, int32_t value)System::Threading::Interlockedstatic
ExchangeAdd(int64_t &location1, int64_t value)System::Threading::Interlockedstatic
Increment(int32_t &location)System::Threading::Interlockedstatic
Increment(int64_t &location)System::Threading::Interlockedstatic