2006-06-08 Zoltan Varga <vargaz@gmail.com>
[mono.git] / mono / metadata / threadpool.h
index 8ae1445ffdf9cfda790d8524561c35532eaf22d3..4c5983f77c9b62cf18ef91e7f79f103b8af8c58d 100644 (file)
@@ -4,7 +4,8 @@
 #include <mono/metadata/object-internals.h>
 #include <mono/metadata/reflection.h>
 
-extern int mono_max_worker_threads;
+/* No managed code here */
+void mono_thread_pool_init (void);
 
 MonoAsyncResult *
 mono_thread_pool_add     (MonoObject *target, MonoMethodMessage *msg, 
@@ -32,7 +33,4 @@ MonoBoolean
 ves_icall_System_Threading_ThreadPool_SetMinThreads (gint workerThreads, 
                                                                gint completionPortThreads);
 
-MonoBoolean
-ves_icall_System_Threading_ThreadPool_BindHandle (gpointer handle);
-
 #endif