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
RuntimeThread.cs
Go to the documentation of this file.
1using System;
6
8{
9 [global::Cpp2ILInjected.Token(Token = "0x2000065")]
10 internal sealed class RuntimeThread
11 {
12 [global::Cpp2ILInjected.Token(Token = "0x6000234")]
13 [global::Cpp2ILInjected.Address(RVA = "0x1AC6FBC", Offset = "0x1AC6FBC", Length = "0x28")]
14 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
15 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
16 private RuntimeThread(global::System.Threading.Thread t)
17 {
18 throw null;
19 }
20
21 [global::Cpp2ILInjected.Token(Token = "0x6000235")]
22 [global::Cpp2ILInjected.Address(RVA = "0x1AC6FE4", Offset = "0x1AC6FE4", Length = "0x98")]
23 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Threading.Tasks.ThreadPoolTaskScheduler), Member = "QueueTask", MemberParameters = new object[] { typeof(global::System.Threading.Tasks.Task) }, ReturnType = typeof(void))]
24 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
25 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Threading.Thread), Member = ".ctor", MemberParameters = new object[]
26 {
27 typeof(global::System.Threading.ParameterizedThreadStart),
28 typeof(int)
29 }, ReturnType = typeof(void))]
30 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
31 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 5)]
32 public static RuntimeThread Create(global::System.Threading.ParameterizedThreadStart start, int maxStackSize)
33 {
34 throw null;
35 }
36
37 [global::Cpp2ILInjected.Token(Token = "0x1700003D")]
38 public bool IsBackground
39 {
40 [global::Cpp2ILInjected.Token(Token = "0x6000236")]
41 [global::Cpp2ILInjected.Address(RVA = "0x1AC707C", Offset = "0x1AC707C", Length = "0x10")]
42 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Threading.Tasks.ThreadPoolTaskScheduler), Member = "QueueTask", MemberParameters = new object[] { typeof(global::System.Threading.Tasks.Task) }, ReturnType = typeof(void))]
43 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
44 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Threading.Thread), Member = "set_IsBackground", MemberParameters = new object[] { typeof(bool) }, ReturnType = typeof(void))]
45 set
46 {
47 throw null;
48 }
49 }
50
51 [global::Cpp2ILInjected.Token(Token = "0x6000237")]
52 [global::Cpp2ILInjected.Address(RVA = "0x1AC708C", Offset = "0x1AC708C", Length = "0xC")]
53 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Threading.Tasks.ThreadPoolTaskScheduler), Member = "QueueTask", MemberParameters = new object[] { typeof(global::System.Threading.Tasks.Task) }, ReturnType = typeof(void))]
54 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
55 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Threading.Thread), Member = "Start", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(void))]
56 public void Start(object state)
57 {
58 throw null;
59 }
60
61 [global::Cpp2ILInjected.Token(Token = "0x6000238")]
62 [global::Cpp2ILInjected.Address(RVA = "0x1AC7098", Offset = "0x1AC7098", Length = "0x8")]
63 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Threading.SpinWait), Member = "SpinOnceCore", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(void))]
64 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
65 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Threading.Thread), Member = "Sleep", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(void))]
66 public static void Sleep(int millisecondsTimeout)
67 {
68 throw null;
69 }
70
71 [global::Cpp2ILInjected.Token(Token = "0x6000239")]
72 [global::Cpp2ILInjected.Address(RVA = "0x1AC70A0", Offset = "0x1AC70A0", Length = "0x8")]
73 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Threading.SpinWait), Member = "SpinOnceCore", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(void))]
74 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
75 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Threading.Thread), Member = "Yield", ReturnType = typeof(bool))]
76 public static bool Yield()
77 {
78 throw null;
79 }
80
81 [global::Cpp2ILInjected.Token(Token = "0x600023A")]
82 [global::Cpp2ILInjected.Address(RVA = "0x1AC70A8", Offset = "0x1AC70A8", Length = "0x18")]
83 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Threading.SpinWait), Member = "SpinOnceCore", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(void))]
84 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
85 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Threading.Thread), Member = "SpinWait", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(void))]
86 public static bool SpinWait(int iterations)
87 {
88 throw null;
89 }
90
91 [global::Cpp2ILInjected.Token(Token = "0x600023B")]
92 [global::Cpp2ILInjected.Address(RVA = "0x1AC70C0", Offset = "0x1AC70C0", Length = "0x8")]
93 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Buffers.TlsOverPerCoreLockedStacksArrayPool`1.PerCoreLockedStacks", Member = "TryPush", MemberParameters = new object[] { "T[]" }, ReturnType = typeof(void))]
94 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Buffers.TlsOverPerCoreLockedStacksArrayPool`1.PerCoreLockedStacks", Member = "TryPop", ReturnType = "T[]")]
95 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
96 public static int GetCurrentProcessorId()
97 {
98 throw null;
99 }
100
101 // Note: this type is marked as 'beforefieldinit'.
102 [global::Cpp2ILInjected.Token(Token = "0x600023C")]
103 [global::Cpp2ILInjected.Address(RVA = "0x1AC70C8", Offset = "0x1AC70C8", Length = "0x4C")]
104 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
105 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
107 {
108 throw null;
109 }
110
111 [global::Cpp2ILInjected.Token(Token = "0x4000196")]
113
114 [global::Cpp2ILInjected.Token(Token = "0x4000197")]
115 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
116 private readonly global::System.Threading.Thread thread;
117 }
118}
class f__AnonymousType0<< Count > j__TPar
RuntimeThread(global::System.Threading.Thread t)
static RuntimeThread Create(global::System.Threading.ParameterizedThreadStart start, int maxStackSize)
static bool SpinWait(int iterations)
static readonly int OptimalMaxSpinWaitsPerSpinIteration
readonly global::System.Threading.Thread thread
static void Sleep(int millisecondsTimeout)