Merge pull request #2820 from kumpera/license-change-rebased
[mono.git] / mono / sgen / sgen-thread-pool.h
index b9d56e928c7419e7da956e3de68fa294b0b08d31..339526ca59876dac1ca4422a818e67421d68ee47 100644 (file)
@@ -26,6 +26,8 @@ typedef gboolean (*SgenThreadPoolContinueIdleJobFunc) (void);
 
 void sgen_thread_pool_init (int num_threads, SgenThreadPoolThreadInitFunc init_func, SgenThreadPoolIdleJobFunc idle_func, SgenThreadPoolContinueIdleJobFunc continue_idle_func, void **thread_datas);
 
+void sgen_thread_pool_shutdown (void);
+
 SgenThreadPoolJob* sgen_thread_pool_job_alloc (const char *name, SgenThreadPoolJobFunc func, size_t size);
 /* This only needs to be called on jobs that are not enqueued. */
 void sgen_thread_pool_job_free (SgenThreadPoolJob *job);