[xbuild] Use the env var $MSBuildExtensionsPath before trying other paths.
[mono.git] / mono / metadata / threadpool-internals.h
1 #ifndef _MONO_THREADPOOL_INTERNALS_H_
2 #define _MONO_THREADPOOL_INTERNALS_H_
3
4 void mono_thread_pool_remove_socket (int sock) MONO_INTERNAL;
5 gboolean mono_thread_pool_is_queue_array (MonoArray *o) MONO_INTERNAL;
6
7 #endif