Signal an event. Depending on the style of event this will either wake up a single thread waiting on the event (if the manualReset flag was FALSE when the event was created), or it will wake up all threads waiting on the event (if the manualReset flag was TRUE when the event was created). The event must be a valid PCREvent.
|