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

Quelle  pr_postsemaphore.rst   Sprache: unbekannt

 
PR_PostSemaphore
================

Increments the value of a specified semaphore.


Syntax
------

.. code::

   #include <pripcsem.h>

   NSPR_API(PRStatus) PR_PostSemaphore(PRSem *sem);


Parameter
~~~~~~~~~

The function has the following parameter:

``sem``
   A pointer to a ``PRSem`` structure returned from a call to
   :ref:`PR_OpenSemaphore`.


Returns
~~~~~~~

:ref:`PRStatus`

[ Dauer der Verarbeitung: 0.21 Sekunden  (vorverarbeitet)  ]