Skip to content

Commit

Permalink
Add a thread adjustment reason
Browse files Browse the repository at this point in the history
- Depends on dotnet/runtime#53471
- The change above added a new reason for thread adjustment (`CooperativeBlocking`), added here too
  • Loading branch information
kouvel committed May 31, 2021
1 parent cab9c32 commit 358c6b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/TraceEvent/Parsers/ClrTraceEventParser.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12602,6 +12602,7 @@ public enum ThreadAdjustmentReason
Stabilizing = 0x5,
Starvation = 0x6,
ThreadTimedOut = 0x7,
CooperativeBlocking = 0x8,
}

[Flags]
Expand Down

0 comments on commit 358c6b0

Please sign in to comment.