mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-25 19:18:01 +02:00
Static init priority changes, Platform hooking
This commit is contained in:
parent
e478462487
commit
1de07d0ee4
13 changed files with 328 additions and 87 deletions
|
@ -8,7 +8,7 @@ namespace System.Threading
|
|||
public delegate void ThreadStart();
|
||||
public delegate void ParameterizedThreadStart(Object obj);
|
||||
|
||||
[StaticInitPriority(100)]
|
||||
[StaticInitPriority(200)]
|
||||
public sealed class Thread
|
||||
{
|
||||
private int mInternalThread;
|
||||
|
@ -28,7 +28,7 @@ namespace System.Threading
|
|||
|
||||
public static Thread sMainThread ~ delete _;
|
||||
|
||||
[StaticInitPriority(102)]
|
||||
[StaticInitPriority(202)]
|
||||
struct RuntimeThreadInit
|
||||
{
|
||||
static Object Thread_Alloc()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue