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

◆ ReliableEnterTimeout()

static void System.Threading.Monitor.ReliableEnterTimeout ( object obj,
int timeout,
bool lockTaken )
inlinestaticprivate

Definition at line 146 of file Monitor.cs.

147 {
148 if (obj != null)
149 {
150 return;
151 }
152 }

References System.obj.

Referenced by System.Threading.Monitor.Enter(), System.Threading.Monitor.ReliableEnter(), and System.Threading.Monitor.TryEnter().