2 references to SetClrThreadPoolLimits
System.Web (2)
HttpRuntime.cs (2)
1194
UnsafeNativeMethods.
SetClrThreadPoolLimits
(pmConfig.DefaultMaxWorkerThreadsForAutoConfig, pmConfig.DefaultMaxIoThreadsForAutoConfig, true);
1221
UnsafeNativeMethods.
SetClrThreadPoolLimits
(pmConfig.MaxWorkerThreadsTimesCpuCount, pmConfig.MaxIoThreadsTimesCpuCount, false);