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

◆ SetStart()

void System.Threading.Thread.SetStart ( MulticastDelegate start,
int maxStackSize )
inlineprivate

Definition at line 613 of file Thread.cs.

614 {
615 InternalThread internalThread;
616 do
617 {
620 }
621 while (internalThread != null);
623 }
class f__AnonymousType0<< Count > j__TPar
InternalThread internal_thread
Definition Thread.cs:751

References System.Threading.Thread.internal_thread, j__TPar, and System.start.