Descriptions of Win32_Thread ThreadWaitReason values
The Win32_Thread class is described in MSDN here:
http://msdn.m开发者_StackOverflow社区icrosoft.com/en-us/library/aa394494(v=VS.85).aspx
Problem is, the definitions for the ThreadWaitReason attribute are concise, to say the least. Has anyone got any (more) verbose definitions?
Please, no purile MS bashing - even Mark Russinovich "Inside Windows..." series doesn't enumerate them!
Here's hoping
Simon
Does this page help?
Note that Windows has never done anything with these values, they're strictly informational for debugging purposes. So, probably why you don't find much info about them.
-scott
精彩评论