OpenDOF Project
DOF_PCR_DECLSPEC void PCRCondition_Signal ( PCRCondition  cond)

Signal a condition variable.

This will wake up at most one thread waiting on the condition variable. The signal is lost if no threads are waiting on the condition variable.

The condition variable must be a valid PCRCondition.

Parameters
condCondition variable to signal. Must not be NULL.
core-c-dof-oal Version 8.0.1 Build 0
2018-01-22