Home |
RTTarget-32 Programming Manual System Management BIOS (SMBIOS) Advanced Programmable Interrupt Controller (APIC) Advanced Configuration and Power Interface (ACPI) Tables Function RTVmfOutCharDebugConsole Function RTVmfIdle |
Function RTVmfIdleFunction RTVmfIdle relinquishes control of the current CPU core to Windows: void RTVmfIdle(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. Function RTVmfOutCharDebugConsole
|