Subsystem.WatchdogTimeout Property

Accesses the timeout, in microseconds, for a real-time thread to be considered a runaway thread. The minimum value is 1000 microseconds. The maximum value is bounded by Uint32.MaxValue. If a real-time thread executes continuously for more than this amount of time, all real-time threads are suspended on all processors, and those real-time processes must be terminated with the RTSSkill utility. This value must be a multiple of the HAL timer.

Namespace:  IntervalZero.RTX64.Config
Assembly:  IntervalZero.RTX64 (in IntervalZero.RTX64.dll) Version: 3.3.0.0 (File version: 3.5.0)

Syntax
public uint WatchdogTimeout { get; set; }

Property Value

Type: UInt32

Implements

IConfigSubsystemWatchdogTimeout
See Also