5 references to InterlockedSetNumThreadsGoal
System.Private.CoreLib (5)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\PortableThreadPool.Blocking.cs (2)
149_separated.counts.InterlockedSetNumThreadsGoal(numThreadsGoal); 229counts = _separated.counts.InterlockedSetNumThreadsGoal(newNumThreadsGoal);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\PortableThreadPool.cs (3)
225_separated.counts.InterlockedSetNumThreadsGoal(newMinThreads); 299_separated.counts.InterlockedSetNumThreadsGoal(newMaxThreads); 412_separated.counts.InterlockedSetNumThreadsGoal((short)newNumThreadsGoal);