Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/docs/nspr/reference/   (Browser von der Mozilla Stiftung Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 538 B image not shown  

Quelle  pr_newmonitor.rst   Sprache: unbekannt

 
Spracherkennung für: .rst vermutete Sprache: Unknown {[0] [0] [0]} [Methode: Schwerpunktbildung, einfache Gewichte, sechs Dimensionen]

PR_NewMonitor
=============

Creates a new monitor object. The caller is responsible for the object
and is expected to destroy it when appropriate.


Syntax
------

.. code::

   #include <prmon.h>

   PRMonitor* PR_NewMonitor(void);


Returns
~~~~~~~

The function returns one of the following values:

-  If successful, a pointer to a :ref:`PRMonitor` object.
-  If unsuccessful (for example, if some operating system resource is
   unavailable), ``NULL``.


Description
-----------

A newly created monitor has an entry count of zero.

[ Dauer der Verarbeitung: 0.25 Sekunden  ]