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

◆ SetStartHelper()

void System.Threading.Thread.SetStartHelper ( Delegate start,
int maxStackSize )
inlineprivate

Definition at line 230 of file Thread.cs.

231 {
232 int processDefaultStackSize = Thread.GetProcessDefaultStackSize(maxStackSize);
233 if (start != null)
234 {
235 }
236 }
class f__AnonymousType0<< Count > j__TPar
Thread(ThreadStart start)
Definition Thread.cs:29

References System.Threading.Thread.GetProcessDefaultStackSize(), j__TPar, and System.start.

Referenced by System.Threading.Thread.Thread(), and System.Threading.Thread.Thread().