terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ EndCriticalRegion()

static void System.Threading.Thread.EndCriticalRegion ( )
inlinestatic

Definition at line 654 of file Thread.cs.

655 {
657 do
658 {
659 currentThread = Thread.CurrentThread;
660 }
661 while (currentThread.internal_thread != null);
662 int critical_region_level = currentThread.internal_thread.critical_region_level;
663 }
class f__AnonymousType0<< Count > j__TPar
Thread(ThreadStart start)
Definition Thread.cs:29

References System.Threading.InternalThread.critical_region_level, System.Threading.Thread.CurrentThread, System.Threading.Thread.internal_thread, and j__TPar.

Referenced by System.Threading.SpinLock.ContinueTryEnter(), and System.Threading.SpinLock.ContinueTryEnterWithThreadTracking().