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

◆ Prod()

static void System.Net.TimerThread.Prod ( )
inlinestaticprivate

Definition at line 41 of file TimerThread.cs.

42 {
43 if (!true)
44 {
45 }
46 int num = 1;
47 long num2 = 0L;
48 bool flag;
49 if (Interlocked.CompareExchange(flag ? 1 : 0, num, (int)num2) != 0)
50 {
51 return;
52 }
53 }
class f__AnonymousType0<< Count > j__TPar
static int CompareExchange(int location1, int value, int comparand)

References System.Threading.Interlocked.CompareExchange(), j__TPar, and System.L.

Referenced by System.Net.TimerThread.TimerQueue.CreateTimer().