Home |
RTKernel-32 Programming Manual Function RTKCPUs |
Function RTKCPUsThis function returns the number of CPUs available for application tasks: int RTKCPUs(void); The single-processor kernel always returns 0. The multiprocessor kernel returns 1 before RTKernelInit has been called and the actual number of available CPUs (1 or more) thereafter. RTKernel-32 can support up to 32 CPUs.
|