Subsystem.FreeStackOnTerminateThread Property

Accesses the configuration parameter that specifies cleanup behavior when function TerminateThread is called. If set to true, RTX64 frees the memory allocated to the terminated thread's stack. If set to false, RTX64 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.RTX64.Config
Assembly:  IntervalZero.RTX64 (in IntervalZero.RTX64.dll) Version: 3.3.0.0 (File version: 3.5.0)

Syntax
public bool FreeStackOnTerminateThread { get; set; }

Property Value

Type: Boolean

Implements

IConfigSubsystemFreeStackOnTerminateThread
See Also