Subsystem.DefaultIdealProcessor Property

Gets or sets the default core where a process' main thread will run unless an ideal processor is provided when running the process.

Note: The default processor value must be less than the total number of system processors.

Note: If the specified value is set to 0xFFFFFFFF, the subsystem’s default core behavior will be to assign the first available RTSS core to a process’ main thread unless overridden during creation. If the value set to a specific wRTOS core, the system will default to the selected core. For example, if you were to specify a default value of 0xFFFFFFFF on a system with 4 total cores and 2 cores (0 and 1) assigned to Windows, the default would be 2 (the first available Subsystem core).

Namespace:  IntervalZero.MaxRT.wRTOS.Config
Assembly:  IntervalZero.MaxRT.wRTOS (in IntervalZero.MaxRT.wRTOS.dll) Version: 1.0.0.0 (File version: 1.1.0)

Syntax

Copy
public uint DefaultIdealProcessor { get; set; }

Property Value

Type: UInt32

Implements

IConfigSubsystem.DefaultIdealProcessor

See Also: