Home |
RTTarget-32 Programming Manual System Management BIOS (SMBIOS) Advanced Programmable Interrupt Controller (APIC) Function RTMPStopAll Function RTMPSynchTimeStampCounters |
Function RTMPStopAllRTMPStopAll stops all previously started CPUs and places them in the reset state. void RTMPStopAll(void); If the calling CPU is not the boot CPU, the current execution thread is moved to the boot CPU. It is generally not recommended to call this function. Multiprocessor programs should continue to operate with all started CPUs until they terminate and reboot. CPUs which have nothing to do should execute RTHaltCPL3 in a loop. Function RTMPSynchTimeStampCounters
|