terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
System.Threading.Timer.Scheduler Class Referencesealed
+ Collaboration diagram for System.Threading.Timer.Scheduler:

Public Member Functions

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

Properties

static Timer.Scheduler Instance [get, set]
 

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
 
global::System.Collections.Generic.List< Timerlist
 
long current_next_run
 
ManualResetEvent changed
 

Static Private Attributes

static readonly Timer.Scheduler instance
 

Detailed Description

Definition at line 269 of file Timer.cs.


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