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
System.Threading.Timer.Scheduler Class Referencesealed

Public Member Functions

void Remove (Timer timer)
 
void Change (Timer timer, long new_next_run)
 

Properties

static Timer.Scheduler Instance [get]
 

Private Member Functions

void InitScheduler ()
 
void WakeupScheduler ()
 
void SchedulerThread ()
 
 Scheduler ()
 
void Add (Timer timer)
 
void InternalRemove (Timer timer)
 
void FireTimer (Timer timer)
 
int RunSchedulerLoop ()
 

Static Private Member Functions

static void TimerCB (object o)
 
static Scheduler ()
 

Private Attributes

bool needReSort = true
 
List< Timerlist
 
long current_next_run
 
ManualResetEvent changed
 

Static Private Attributes

static readonly Timer.Scheduler instance
 

Detailed Description

Definition at line 167 of file Timer.cs.


The documentation for this class was generated from the following file: