|
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 Internal.Runtime.Augments.RuntimeThread:Public Member Functions | |
| void | Start (object state) |
Static Public Member Functions | |
| static RuntimeThread | Create (global::System.Threading.ParameterizedThreadStart start, int maxStackSize) |
| static void | Sleep (int millisecondsTimeout) |
| static bool | Yield () |
| static bool | SpinWait (int iterations) |
| static int | GetCurrentProcessorId () |
Static Package Attributes | |
| static readonly int | OptimalMaxSpinWaitsPerSpinIteration |
Properties | |
| bool | IsBackground [set] |
Private Member Functions | |
| RuntimeThread (global::System.Threading.Thread t) | |
Static Private Member Functions | |
| static | RuntimeThread () |
Private Attributes | |
| readonly global::System.Threading.Thread | thread |
Definition at line 10 of file RuntimeThread.cs.