ReadyThreadEvent Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a ready thread event (a thread being marked ready-to-run for the kernel CPU scheduler).
public struct ReadyThreadEvent
type ReadyThreadEvent = struct
Public Structure ReadyThreadEvent
- Inheritance
-
ReadyThreadEvent
Constructors
ReadyThreadEvent(TraceTimestamp, Int32, Int32, AdjustReason, Int32, ReadyThreadEventFlags) |
Initializes a new instance of the ReadyThreadEvent structure. |
Properties
AdjustIncrement | |
AdjustReason | |
Flags | |
IsDirectSwitchAttempt | |
IsExecutingDeferredProcedureCall | |
IsKernelStackResident | |
IsProcessResident | |
Processor | |
ReadiedThreadId |
Gets the ID of the thread that was readied. |
Timestamp |
Gets the timestamp at which the thread was readied. |