include vmm.inc mov eax, ID mov edi, ThreadHandle VMMcall Release_Inversion_Pri_ID
Removes all entries from the priority inversion list that have the specified identifier and that were added by the given thread. The entries were added by a previous call to the Set_Inversion_Pri service. Uses EAX and Flags.
ID
Identifier of entries to remove.
ThreadHandle
Handle of thread that added entries to the priority inversion list.
See also Release_Inversion_Pri, Reset_Inversion_Pri