Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

PR_DestroyCondVar

Destroys a condition variable.

Syntax

#include <prcvar.h>

void PR_DestroyCondVar(PRCondVar *cvar);

Parameter

PR_DestroyCondVar has one parameter:

cvar
A pointer to the condition variable object to be destroyed.

Description

Before calling PR_DestroyCondVar, the caller is responsible for ensuring that the condition variable is no longer in use.

Document Tags and Contributors

 Contributors to this page: teoli, Rappo
 Last updated by: teoli,