16 lines
221 B
Markdown
16 lines
221 B
Markdown
# PRCondVar
|
|
|
|
Structure for a condition variable.
|
|
|
|
## Syntax
|
|
|
|
```{code}
|
|
#include <prcvar.h>
|
|
|
|
typedef struct PRCondVar PRCondVar;
|
|
```
|
|
|
|
## Description
|
|
|
|
An NSPR condition variable is an opaque object identified by a pointer.
|