1
0
Fork 0
firefox/docs/nspr/reference/pr_postsemaphore.rst
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

30 lines
387 B
ReStructuredText

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`