Home |
RTTarget-32 Programming Manual System Management BIOS (SMBIOS) Advanced Programmable Interrupt Controller (APIC) Advanced Configuration and Power Interface (ACPI) Tables Function RTRTHOpenSharedMemPartition Function RTRTHCloseSharedMemPartition Function RTRTHLockSharedMemPartition Function RTRTHUnlockSharedMemPartition Function RTRTHEventSystemStart Function RTRTHOsControlStart |
Function RTRTHOsControlStartFunction RTRTHOsControlStart starts the reboot monitor thread which is required to be able to reboot the On Time RTOS-32 virtual machine from a different OS: void RTRTHOsControlStart(int Prority); Parameter Prority specifies the Win32 priority (for example, value THREAD_PRIORITY_NORMAL) of the reboot monitor thread.
|