a
This commit is contained in:
@@ -0,0 +1,34 @@
|
||||
using System;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace System.Threading
|
||||
{
|
||||
// Token: 0x02000337 RID: 823
|
||||
[Token(Token = "0x2000337")]
|
||||
internal static class ThreadPoolGlobals
|
||||
{
|
||||
// Token: 0x040010EA RID: 4330
|
||||
[Token(Token = "0x40010EA")]
|
||||
public static uint tpQuantum;
|
||||
|
||||
// Token: 0x040010EB RID: 4331
|
||||
[Token(Token = "0x40010EB")]
|
||||
public static int processorCount;
|
||||
|
||||
// Token: 0x040010EC RID: 4332
|
||||
[Token(Token = "0x40010EC")]
|
||||
public static bool tpHosted;
|
||||
|
||||
// Token: 0x040010ED RID: 4333
|
||||
[Token(Token = "0x40010ED")]
|
||||
public static bool vmTpInitialized;
|
||||
|
||||
// Token: 0x040010EE RID: 4334
|
||||
[Token(Token = "0x40010EE")]
|
||||
public static bool enableWorkerTracking;
|
||||
|
||||
// Token: 0x040010EF RID: 4335
|
||||
[Token(Token = "0x40010EF")]
|
||||
public static ThreadPoolWorkQueue workQueue;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user