You've already forked linux-packaging-mono
Imported Upstream version 6.6.0.89
Former-commit-id: b39a328747c2f3414dc52e009fb6f0aa80ca2492
This commit is contained in:
parent
cf815e07e0
commit
95fdb59ea6
@ -53,7 +53,6 @@ namespace System.Threading {
|
||||
// stores a thread handle
|
||||
IntPtr handle;
|
||||
IntPtr native_handle; // used only on Win32
|
||||
IntPtr unused3;
|
||||
/* accessed only from unmanaged code */
|
||||
private IntPtr name;
|
||||
private int name_len;
|
||||
@ -83,7 +82,6 @@ namespace System.Threading {
|
||||
internal int managed_id;
|
||||
private int small_id;
|
||||
private IntPtr manage_callback;
|
||||
private IntPtr unused4;
|
||||
private IntPtr flags;
|
||||
private IntPtr thread_pinning_ref;
|
||||
private IntPtr abort_protected_block_count;
|
||||
@ -91,12 +89,12 @@ namespace System.Threading {
|
||||
private IntPtr owned_mutex;
|
||||
private IntPtr suspended_event;
|
||||
private int self_suspended;
|
||||
/*
|
||||
* These fields are used to avoid having to increment corlib versions
|
||||
* when a new field is added to the unmanaged MonoThread structure.
|
||||
*/
|
||||
private IntPtr unused1;
|
||||
private IntPtr unused2;
|
||||
private IntPtr thread_state;
|
||||
|
||||
// Unused fields to have same size as netcore.
|
||||
private IntPtr netcore0;
|
||||
private IntPtr netcore1;
|
||||
private IntPtr netcore2;
|
||||
|
||||
/* This is used only to check that we are in sync between the representation
|
||||
* of MonoInternalThread in native and InternalThread in managed
|
||||
|
Reference in New Issue
Block a user