Merge pull request #390 from baulig/master
[mono.git] / mono / metadata / threadpool-internals.h
index 0a23cb358bf4fa397036afdc06bb24995d927c86..9d73ccdeb305ec3d353259fd537bf1e2f451ec7c 100644 (file)
@@ -1,5 +1,8 @@
 #ifndef _MONO_THREADPOOL_INTERNALS_H_
 #define _MONO_THREADPOOL_INTERNALS_H_
 
-void mono_thread_pool_remove_socket (int sock);
+void mono_thread_pool_remove_socket (int sock) MONO_INTERNAL;
+gboolean mono_thread_pool_is_queue_array (MonoArray *o) MONO_INTERNAL;
+void mono_internal_thread_unhandled_exception (MonoObject* exc) MONO_INTERNAL;
+
 #endif