![]() |
Home |
|
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.
|