OpenDOF Project
DOF_PCR_DECLSPEC void PCREvent_Signal ( PCREvent  evt)

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.

Parameters
evtThe event to signal. This may not be NULL.
core-c-dof-oal Version 8.0.1 Build 0
2018-01-22