Skip to content

Commit

Permalink
Merge pull request #1439 from kouvel/TpTaskWaitPv
Browse files Browse the repository at this point in the history
Add a thread adjustment reason
  • Loading branch information
brianrob authored Jun 10, 2021
2 parents 9e899fd + 358c6b0 commit 7da0b1c
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 7da0b1c

Please sign in to comment.