|
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
|
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< Timer > | list |
| long | current_next_run |
| ManualResetEvent | changed |
Static Private Attributes | |
| static readonly Timer.Scheduler | instance |