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