[release/8.0] Add boolean field to indicate whether or not the Windows thread pool is being used#91246
Conversation
…adPool.Windows.cs Co-authored-by: Stephen Toub <stoub@microsoft.com>
|
Tagging subscribers to this area: @mangod9 Issue DetailsBackport of #90551 to release/8.0 /cc @eduardo-vp Customer ImpactTestingRiskIMPORTANT: If this backport is for a servicing release, please verify that:
|
|
@eduardo-vp is there a corresponding sos change coming to read this value? |
|
Yes, there's this one for the diagnostics repo dotnet/diagnostics#4160 and this one for the clrmd repo microsoft/clrmd#1175. I already tested the |
jeffschwMSFT
left a comment
There was a problem hiding this comment.
approved. we can merge when ready
Backport of #90551 to release/8.0
/cc @eduardo-vp
Customer Impact
This field will be used by the
!threadpoolSOS command to allow customers debug applications using the Windows thread pool.Testing
The runtime correctly builds with no issues.
Risk
Very low.
IMPORTANT: If this backport is for a servicing release, please verify that:
The PR target branch is
release/X.0-staging, notrelease/X.0.If the change touches code that ships in a NuGet package, you have added the necessary package authoring and gotten it explicitly reviewed.