[Mono-dev] completionPortThreads in threadpool.c not used?

Paolo Molaro lupus at ximian.com
Mon Apr 2 06:08:17 EDT 2007


On 04/01/07 Robert Jordan wrote:
> --- mono/metadata/icall-def.h	(revision 72713)
> +++ mono/metadata/icall-def.h	(working copy)
> @@ -804,6 +804,7 @@
>  ICALL(THREADP_2, "GetMaxThreads", ves_icall_System_Threading_ThreadPool_GetMaxThreads)
>  ICALL(THREADP_3, "GetMinThreads", ves_icall_System_Threading_ThreadPool_GetMinThreads)
>  ICALL(THREADP_4, "SetMinThreads", ves_icall_System_Threading_ThreadPool_SetMinThreads)
> +ICALL(THREADP_5, "SetMaxThreads", ves_icall_System_Threading_ThreadPool_SetMaxThreads)

Did you test this? It should warn about the wrong alphabetic order of
the icalls?

lupus

-- 
-----------------------------------------------------------------
lupus at debian.org                                     debian/rules
lupus at ximian.com                             Monkeys do it better



More information about the Mono-devel-list mailing list