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 425 B image not shown  

Quelle  pr_newlock.rst   Sprache: unbekannt

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

PR_NewLock
==========

Creates a new lock.


Syntax
------

.. code::

   #include <prlock.h>

   PRLock* PR_NewLock(void);


Returns
~~~~~~~

The function returns one of the following values:

-  If successful, a pointer to the new lock object.
-  If unsuccessful (for example, the lock cannot be created because of
   resource constraints), ``NULL``.


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

:ref:`PR_NewLock` creates a new opaque lock.

[ Dauer der Verarbeitung: 0.29 Sekunden  ]