mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-23 12:51:06 +00:00
ce377110d8
Differential Revision: https://phabricator.services.mozilla.com/D165625
21 lines
247 B
ReStructuredText
21 lines
247 B
ReStructuredText
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.
|