Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Threading.Interlocked Member List

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

_MemoryBarrierProcessWide()System.Threading.Interlockedprivate
Add(ref int location1, int value)System.Threading.Interlockedinlinestatic
Add(ref long location1, long value)System.Threading.Interlockedinlinestatic
Add(ref uint location1, uint value)System.Threading.Interlockedinlinestatic
Add(ref ulong location1, ulong value)System.Threading.Interlockedinlinestatic
And(ref int location1, int value)System.Threading.Interlockedinlinestatic
And(ref uint location1, uint value)System.Threading.Interlockedinlinestatic
And(ref long location1, long value)System.Threading.Interlockedinlinestatic
And(ref ulong location1, ulong value)System.Threading.Interlockedinlinestatic
CompareExchange(ref int location1, int value, int comparand)System.Threading.Interlocked
CompareExchange(ref long location1, long value, long comparand)System.Threading.Interlocked
CompareExchange(ref float location1, float value, float comparand)System.Threading.Interlocked
CompareExchange(ref double location1, double value, double comparand)System.Threading.Interlocked
CompareExchange(ref object? location1, object? value, object? comparand)System.Threading.Interlocked
CompareExchange(ref uint location1, uint value, uint comparand)System.Threading.Interlockedinlinestatic
CompareExchange(ref ulong location1, ulong value, ulong comparand)System.Threading.Interlockedinlinestatic
CompareExchange(ref IntPtr location1, IntPtr value, IntPtr comparand)System.Threading.Interlockedinlinestatic
CompareExchange< T >(ref T location1, T value, T comparand)System.Threading.Interlockedinlinestatic
Decrement(ref int location)System.Threading.Interlockedinlinestatic
Decrement(ref long location)System.Threading.Interlockedinlinestatic
Decrement(ref uint location)System.Threading.Interlockedinlinestatic
Decrement(ref ulong location)System.Threading.Interlockedinlinestatic
Exchange(ref int location1, int value)System.Threading.Interlocked
Exchange(ref long location1, long value)System.Threading.Interlocked
Exchange(ref float location1, float value)System.Threading.Interlocked
Exchange(ref double location1, double value)System.Threading.Interlocked
Exchange([NotNullIfNotNull("value")] ref object? location1, object? value)System.Threading.Interlocked
Exchange(ref uint location1, uint value)System.Threading.Interlockedinlinestatic
Exchange(ref ulong location1, ulong value)System.Threading.Interlockedinlinestatic
Exchange(ref IntPtr location1, IntPtr value)System.Threading.Interlockedinlinestatic
Exchange< T >([NotNullIfNotNull("value")] ref T location1, T value)System.Threading.Interlockedinlinestatic
ExchangeAdd(ref int location1, int value)System.Threading.Interlockedprivate
ExchangeAdd(ref long location1, long value)System.Threading.Interlockedprivate
Increment(ref int location)System.Threading.Interlockedinlinestatic
Increment(ref long location)System.Threading.Interlockedinlinestatic
Increment(ref uint location)System.Threading.Interlockedinlinestatic
Increment(ref ulong location)System.Threading.Interlockedinlinestatic
MemoryBarrier()System.Threading.Interlocked
MemoryBarrierProcessWide()System.Threading.Interlockedinlinestatic
Or(ref int location1, int value)System.Threading.Interlockedinlinestatic
Or(ref uint location1, uint value)System.Threading.Interlockedinlinestatic
Or(ref long location1, long value)System.Threading.Interlockedinlinestatic
Or(ref ulong location1, ulong value)System.Threading.Interlockedinlinestatic
Read(ref long location)System.Threading.Interlockedinlinestatic
Read(ref ulong location)System.Threading.Interlockedinlinestatic
ReadMemoryBarrier()System.Threading.Interlockedpackage