terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
|
This is the complete list of members for System.Threading.Interlocked, including all inherited members.
Add(ref int location1, int value) | System.Threading.Interlocked | |
CompareExchange(ref int location1, int value, int comparand) | System.Threading.Interlocked | |
CompareExchange(ref int location1, int value, int comparand, ref bool succeeded) | System.Threading.Interlocked | package |
CompareExchange(ref object location1, ref object value, ref object comparand, ref object result) | System.Threading.Interlocked | private |
CompareExchange(ref object location1, object value, object comparand) | System.Threading.Interlocked | inlinestatic |
CompareExchange(ref float location1, float value, float comparand) | System.Threading.Interlocked | |
CompareExchange(ref long location1, long value, long comparand) | System.Threading.Interlocked | |
CompareExchange(ref global::System.IntPtr location1, global::System.IntPtr value, global::System.IntPtr comparand) | System.Threading.Interlocked | |
CompareExchange(ref double location1, double value, double comparand) | System.Threading.Interlocked | |
CompareExchange< T >(ref T location1, T value, T comparand) | System.Threading.Interlocked | inlinestatic |
Decrement(ref int location) | System.Threading.Interlocked | |
Exchange(ref int location1, int value) | System.Threading.Interlocked | |
Exchange(ref object location1, ref object value, ref object result) | System.Threading.Interlocked | private |
Exchange(ref object location1, object value) | System.Threading.Interlocked | inlinestatic |
Exchange(ref float location1, float value) | System.Threading.Interlocked | |
Exchange(ref long location1, long value) | System.Threading.Interlocked | |
Exchange(ref global::System.IntPtr location1, global::System.IntPtr value) | System.Threading.Interlocked | |
Exchange(ref double location1, double value) | System.Threading.Interlocked | |
Exchange< T >(ref T location1, T value) | System.Threading.Interlocked | inlinestatic |
Increment(ref int location) | System.Threading.Interlocked | |
MemoryBarrier() | System.Threading.Interlocked | inlinestatic |
Read(ref long location) | System.Threading.Interlocked |