|
|
The function RtcplSetTotalNumberOfProcessors sets the total number of processors in the machine that the RTSS subsystem is aware of.
Syntax
BOOL RtcplSetTotalNumberOfProcessors(
DWORD total
);
Parameters
total
An integer (1 to 8) that specifies the total number of processors in the machine that the RTSS subsystem is aware of.
Return Values
A non-zero value if the function succeeds
Remarks
In general, you should not have to adjust the total number of processors value unless the RTX installer did not accurately identify the number of physical processors in the system. This can occur for two reasons:
If the RTX installer did incorrectly identify the number of physical processors in the system, you can correct the discrepancy using RtcplSetTotalNumberOfProcessors.
NOTE: Specifying more processors than what physically exists in the system can cause the RTSS subsystem to become unstable.
RtcplSetTotalNumberOfProcessors is not supported on uniprocessor systems. A call to RtcplSetTotalNumberOfProcessors on a uniprocessor system will fail with a value of ERROR_NOT_SUPPORTED for GetLastError.
Related RTX Properties Control Panel Features
|
Tab |
|
|
Dialog Box |
Click the Modify button in the Boot Configuration area to open the Configure your system screen in the Product Activation dialog box. |
|
Feature(s) |
Total number of processor(s) settings. |
Requirements
| Header | RtxProp.h |
| Library | RtxProp.lib |