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

Quelle  pr_deletesemaphore.rst   Sprache: unbekannt

 
PR_DeleteSemaphore
==================

Removes a semaphore specified by name from the system.


Syntax
------

.. code::

   #include <pripcsem.h>

   NSPR_API(PRStatus) PR_DeleteSemaphore(const char *name);


Parameter
~~~~~~~~~

The function has the following parameter:

``name``
   The name of a semaphore that was previously created via a call to
   :ref:`PR_OpenSemaphore`.


Returns
~~~~~~~

:ref:`PRStatus`

[ Dauer der Verarbeitung: 0.14 Sekunden  (vorverarbeitet)  ]