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 nonsystem virtual machines, this service idles the virtual machine. 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