Home |
RTTarget-32 Programming Manual System Management BIOS (SMBIOS) Advanced Programmable Interrupt Controller (APIC) Advanced Configuration and Power Interface (ACPI) Tables Function RTVmfOutCharDebugConsole Function RTVmfIdleHalt |
Function RTVmfIdleHaltFunction RTVmfIdle relinquishes control of the current CPU core to Windows or executes CPU instruction HLT (if in exclusive core mode): void RTVmfIdleHalt(void); Control will be passed back to the On Time RTOS-32 virtual machine once an interrupt for this VM comes in. This function should never be called by applications directly (use Sleep(0) instead). This function is called by the RTKernel-32 Idle tasks.
|