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

◆ GetProcessDefaultStackSize()

static int System.Threading.Thread.GetProcessDefaultStackSize ( int maxStackSize)
inlinestaticprivate

Definition at line 602 of file Thread.cs.

603 {
604 int num = 1;
605 int pageSize = Environment.GetPageSize();
606 if (num != 0)
607 {
608 }
609 return Math.Min(0, pageSize);
610 }
static int GetPageSize()
static byte Min(byte val1, byte val2)
Definition Math.cs:152

References System.Environment.GetPageSize(), and System.Math.Min().

Referenced by System.Threading.Thread.SetStartHelper().