_SignalID


include vmm.inc

VMMCall _SignalID, <ID>

Signals an ID. Threads currently blocked on this ID will be unblocked.

ID

Value used to identify blocked threads.

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.

See also _BlockOnID