2009-09-23 Gonzalo Paniagua Javier <gonzalo@novell.com>
[mono.git] / mono / metadata / threadpool.h
index efb28d34cbba4b6e0b1f75e41713dbfc619345b0..129addd3adaa740693f322d88f00e44f03461cbb 100644 (file)
@@ -17,6 +17,8 @@ mono_thread_pool_finish (MonoAsyncResult *ares, MonoArray **out_args,
 
 void mono_thread_pool_cleanup (void) MONO_INTERNAL;
 
+gboolean mono_thread_pool_remove_domain_jobs (MonoDomain *domain, int timeout) MONO_INTERNAL;
+
 void
 ves_icall_System_Threading_ThreadPool_GetAvailableThreads (int *workerThreads,
                                                           int *completionPortThreads) MONO_INTERNAL;
@@ -33,4 +35,8 @@ MonoBoolean
 ves_icall_System_Threading_ThreadPool_SetMinThreads (gint workerThreads, 
                                                                gint completionPortThreads) MONO_INTERNAL;
 
+MonoBoolean
+ves_icall_System_Threading_ThreadPool_SetMaxThreads (gint workerThreads, 
+                                                               gint completionPortThreads) MONO_INTERNAL;
+
 #endif