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);
229
counts = _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);