Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
s_threadEvents
readonly
WaitHandle
[] System.Net.TimerThread.s_threadEvents =
new
WaitHandle
[2] {
s_threadShutdownEvent
,
s_threadReadyEvent
}
static
private
Definition at line
333
of file
TimerThread.cs
.
333
{
s_threadShutdownEvent
,
s_threadReadyEvent
};
System.Net.TimerThread.s_threadReadyEvent
static readonly AutoResetEvent s_threadReadyEvent
Definition
TimerThread.cs:329
System.Net.TimerThread.s_threadShutdownEvent
static readonly ManualResetEvent s_threadShutdownEvent
Definition
TimerThread.cs:331
Referenced by
System.Net.TimerThread.ThreadProc()
.
System
Net
TimerThread
Generated by
1.10.0