Destroys a condition variable.
#include <prcvar.h> void PR_DestroyCondVar(PRCondVar *cvar);
PR_DestroyCondVar
has one parameter:
cvar
Before calling PR_DestroyCondVar
, the caller is responsible for ensuring that the condition variable is no longer in use.