Subsystem.FreeStackOnTerminateThread Property
Accesses the configuration parameter that specifies cleanup behavior when function TerminateThread is called. If set to true, wRTOS frees the memory allocated to the terminated thread's stack. If set to false, wRTOS does not free the memory allocated to the terminated thread's stack. If this parameter is changed, the real-time Subsystem must be restarted for the change to take effect.
Namespace:
IntervalZero.MaxRT.wRTOS.Config
Assembly:
IntervalZero.MaxRT.wRTOS (in IntervalZero.MaxRT.wRTOS.dll) Version: 1.0.0.0 (File version: 1.0.0)
Syntax
public bool FreeStackOnTerminateThread { get; set; }
Property Value
Type: Boolean
Implements
IConfigSubsystem.FreeStackOnTerminateThread
See Also: