Release_Time_Slice

include vmm.inc

VMMCall Release_Time_Slice
 

In the system thread, this service idles the thread until the Wake_Up_VM service is called on behalf of the thread. In other threads in the system virtual machine, this service releases the current time slice if there is another thread of equal or greater priority ready to run. In non-system virtual machines, this service idles the thread. Uses Flags.

The semantics of this service differ from Windows 3.1 because the two systems have different time slicing algorithms.

See Also

Wake_Up_VM