Edit

Share via


ReadyThreadEvent Struct

Definition

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.

Applies to