Fri Oct 6 16:57:26 CEST 2006 Paolo Molaro <lupus@ximian.com>
[mono.git] / mono / metadata / threads.h
index 575d1529a70acf377f86434460f9949c0d50fb06..b7f11b765c0e944c52e22899f4f0715939357495 100644 (file)
@@ -22,6 +22,7 @@ extern int  mono_thread_get_abort_signal (void);
 
 extern void mono_thread_init (MonoThreadStartCB start_cb,
                              MonoThreadAttachCB attach_cb);
+extern void mono_thread_cleanup (void);
 extern void mono_thread_manage(void);
 extern void mono_thread_abort_all_other_threads (void);
 extern void mono_thread_suspend_all_other_threads (void);
@@ -63,9 +64,6 @@ extern gboolean mono_thread_interruption_requested (void);
 extern void mono_thread_interruption_checkpoint (void);
 extern void mono_thread_force_interruption_checkpoint (void);
 extern gint32* mono_thread_interruption_request_flag (void);
-extern void mono_debugger_create_all_threads (void);
-extern void mono_debugger_init_threads (void);
-extern void mono_debugger_finalize_threads (void);
 
 G_END_DECLS