include vmm.inc mov ecx, Claims ; number of times to release critical section VMMcall Release_Critical_Section |
The Release_Critical_Section service decrements the claim count by the specified value. It has the same effect as calling the End_Critical_Section section repeatedly.
Claims
Specifies the number of times to release ownership of critical section. Zero is a valid number, but is ignored.
This service has no return value.
Flags