4 references to TargetThreadsGoalForBlockingAdjustment
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Threading\PortableThreadPool.Blocking.cs (4)
15return Math.Min(_separated.counts.NumThreadsGoal, TargetThreadsGoalForBlockingAdjustment); 47_separated.counts.NumThreadsGoal < TargetThreadsGoalForBlockingAdjustment) 82_separated.counts.NumThreadsGoal > TargetThreadsGoalForBlockingAdjustment) 128short targetThreadsGoal = TargetThreadsGoalForBlockingAdjustment;