X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mono%2Fmetadata%2Fthreads-types.h;h=25571e7f896f7877aed0cb90fef41920d6320ffd;hb=5eb363dbf19658aa7665185c8521d5e4f2d46966;hp=cc1ee27d936dabcb0cc2fb0852465b46658f842a;hpb=3f3be880fa6dcf960160b39053e96a3845fff770;p=mono.git diff --git a/mono/metadata/threads-types.h b/mono/metadata/threads-types.h index cc1ee27d936..25571e7f896 100644 --- a/mono/metadata/threads-types.h +++ b/mono/metadata/threads-types.h @@ -23,7 +23,6 @@ /* This is a copy of System.Threading.ThreadState */ typedef enum { ThreadState_Running = 0x00000000, - ThreadState_StopRequested = 0x00000001, ThreadState_SuspendRequested = 0x00000002, ThreadState_Background = 0x00000004, ThreadState_Unstarted = 0x00000008, @@ -183,8 +182,6 @@ void ves_icall_System_Runtime_Remoting_Contexts_Context_ReleaseContext (MonoAppC MonoInternalThread *mono_thread_internal_current (void); -void mono_thread_internal_check_for_interruption_critical (MonoInternalThread *thread); - void mono_thread_internal_abort (MonoInternalThread *thread); void mono_thread_internal_suspend_for_shutdown (MonoInternalThread *thread);