include vmm.inc
VMMCall _SignalID, <ID>
Signals an ID. Threads currently blocked on this ID will be unblocked.
This service does not cause an immediate context switch; instead any threads that need to be released are released the next time events are serviced.
This service preserves the state of the interrupt mask.