Terraria v1.4.4.9
Terraria source code documentation
|
This is the complete list of members for System.Threading.Interlocked, including all inherited members.
_MemoryBarrierProcessWide() | System.Threading.Interlocked | private |
Add(ref int location1, int value) | System.Threading.Interlocked | inlinestatic |
Add(ref long location1, long value) | System.Threading.Interlocked | inlinestatic |
Add(ref uint location1, uint value) | System.Threading.Interlocked | inlinestatic |
Add(ref ulong location1, ulong value) | System.Threading.Interlocked | inlinestatic |
And(ref int location1, int value) | System.Threading.Interlocked | inlinestatic |
And(ref uint location1, uint value) | System.Threading.Interlocked | inlinestatic |
And(ref long location1, long value) | System.Threading.Interlocked | inlinestatic |
And(ref ulong location1, ulong value) | System.Threading.Interlocked | inlinestatic |
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.Interlocked | inlinestatic |
CompareExchange(ref ulong location1, ulong value, ulong comparand) | System.Threading.Interlocked | inlinestatic |
CompareExchange(ref IntPtr location1, IntPtr value, IntPtr comparand) | System.Threading.Interlocked | inlinestatic |
CompareExchange< T >(ref T location1, T value, T comparand) | System.Threading.Interlocked | inlinestatic |
Decrement(ref int location) | System.Threading.Interlocked | inlinestatic |
Decrement(ref long location) | System.Threading.Interlocked | inlinestatic |
Decrement(ref uint location) | System.Threading.Interlocked | inlinestatic |
Decrement(ref ulong location) | System.Threading.Interlocked | inlinestatic |
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.Interlocked | inlinestatic |
Exchange(ref ulong location1, ulong value) | System.Threading.Interlocked | inlinestatic |
Exchange(ref IntPtr location1, IntPtr value) | System.Threading.Interlocked | inlinestatic |
Exchange< T >([NotNullIfNotNull("value")] ref T location1, T value) | System.Threading.Interlocked | inlinestatic |
ExchangeAdd(ref int location1, int value) | System.Threading.Interlocked | private |
ExchangeAdd(ref long location1, long value) | System.Threading.Interlocked | private |
Increment(ref int location) | System.Threading.Interlocked | inlinestatic |
Increment(ref long location) | System.Threading.Interlocked | inlinestatic |
Increment(ref uint location) | System.Threading.Interlocked | inlinestatic |
Increment(ref ulong location) | System.Threading.Interlocked | inlinestatic |
MemoryBarrier() | System.Threading.Interlocked | |
MemoryBarrierProcessWide() | System.Threading.Interlocked | inlinestatic |
Or(ref int location1, int value) | System.Threading.Interlocked | inlinestatic |
Or(ref uint location1, uint value) | System.Threading.Interlocked | inlinestatic |
Or(ref long location1, long value) | System.Threading.Interlocked | inlinestatic |
Or(ref ulong location1, ulong value) | System.Threading.Interlocked | inlinestatic |
Read(ref long location) | System.Threading.Interlocked | inlinestatic |
Read(ref ulong location) | System.Threading.Interlocked | inlinestatic |
ReadMemoryBarrier() | System.Threading.Interlocked | package |