|
On Time RTOS-32 Documentation
Welcome
RTTarget-32
RTKernel-32
RTKernel-32 Programming Manual
Introduction
Multitasking, Real-Time, and RTKernel-32
Module RTKernel-32
Alternate APIs for RTKernel-32
Supplemental Modules
RTKernel-32 Drivers
Demo Programs
Program Threads
Program RTKDemo
Program RTKInt
Program COMDemo
Program RTBench
Program RTBenchP
Program RTBenchA
Program W32Bench
Program Profdemo
Program MPPrimes
Program OMPrimes
Advanced Topics
Typical Error Sources
Error and Information Messages
RTKernel-32 Reference Manual
RTFiles-32
RTIP-32
RTPEG-32
RTUSB-32
|
Program MPPrimes
MPPrimes demonstrates the use of more than one CPU to calculate prime numbers. The interactive program has commands for benchmarking to test how much performance improvement can be gained with multiple CPUs.
When preprocessor symbol CUSTOM_MP_TABLE is defined in the project's settings, this demo shows how an application can install a Custom MP Floating Pointer Structure. Preprocessor symbol ACPI_MP_TABLE can be specified to make the program use function RTMPACPITableCreate.
Demo Programs
Program Profdemo
Program OMPrimes
|