forked from mirrors/gecko-dev
Depends on D137612 Differential Revision: https://phabricator.services.mozilla.com/D137650
20 lines
252 B
ReStructuredText
20 lines
252 B
ReStructuredText
PRCondVar
|
|
=========
|
|
|
|
Structure for a condition variable.
|
|
|
|
|
|
Syntax
|
|
------
|
|
|
|
.. code:: eval
|
|
|
|
#include <prcvar.h>
|
|
|
|
typedef struct PRCondVar PRCondVar;
|
|
|
|
|
|
Description
|
|
-----------
|
|
|
|
An NSPR condition variable is an opaque object identified by a pointer.
|