forked from mirrors/gecko-dev
Depends on D137612 Differential Revision: https://phabricator.services.mozilla.com/D137650
15 lines
245 B
ReStructuredText
15 lines
245 B
ReStructuredText
PRMonitor
|
|
=========
|
|
|
|
An opaque structure managed entirely by the client. Clients create them
|
|
when needed and must destroy them when no longer needed.
|
|
|
|
|
|
Syntax
|
|
------
|
|
|
|
.. code:: eval
|
|
|
|
#include <prmon.h>
|
|
|
|
typedef struct PRMonitor PRMonitor;
|