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

◆ QueueUserWorkItemHelper()

static bool System.Threading.ThreadPool.QueueUserWorkItemHelper ( WaitCallback callBack,
object state,
StackCrawlMark stackMark,
bool compressStack,
bool forceGlobal = true )
inlinestaticprivate

Definition at line 74 of file ThreadPool.cs.

75 {
76 ThreadPool.EnsureVMInitialized();
77 return true;
78 }

References System.Threading.ThreadPool.EnsureVMInitialized().