Home | Trees | Indices | Help |
|
---|
|
Represents a node in the wait chain.
It's a wrapper on the WAITCHAIN_NODE_INFO structure.
The following members are defined only if the node is of WctThreadType type:
ProcessId
ThreadId
WaitTime
ContextSwitches
See Also: GetThreadWaitChain
|
|||
|
|||
Inherited from |
|
|||
int |
ContextSwitches Number of context switches. |
||
unicode |
ObjectName Object name. |
||
int |
ObjectStatus Wait status. |
||
int |
ObjectType Object type. |
||
int |
ProcessId Process global ID. |
||
int |
ThreadId Thread global ID. |
||
int |
WaitTime Wait time. |
|
|||
Inherited from |
|
x.__init__(...) initializes x; see help(type(x)) for signature
|
|
ObjectNameObject name. May be an empty string.
|
ObjectStatusWait status. Should be one of the following values:
|
ObjectTypeObject type. Should be one of the following values:
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Fri Dec 20 17:55:01 2013 | http://epydoc.sourceforge.net |