Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ Prod()

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

Definition at line 386 of file TimerThread.cs.

387 {
388 s_threadReadyEvent.Set();
390 {
392 thread.IsBackground = true;
393 thread.Name = ".NET Network Timer";
394 thread.Start();
395 }
396 }
static readonly AutoResetEvent s_threadReadyEvent
static void ThreadProc()
static int CompareExchange(ref int location1, int value, int comparand)

References System.Threading.Interlocked.CompareExchange(), System.Net.TimerThread.s_threadReadyEvent, System.Net.TimerThread.s_threadState, and System.Net.TimerThread.ThreadProc().

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