1
0
Fork 0
firefox/docs/nspr/reference/prlock.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

22 lines
359 B
ReStructuredText

PRLock
======
A mutual exclusion lock.
Syntax
------
.. code::
#include <prlock.h>
typedef struct PRLock PRLock;
Description
-----------
NSPR represents a lock as an opaque entity to clients of the functions
described in `"Locks" <en/NSPR_API_Reference/Locks>`__. Functions that
operate on locks do not have timeouts and are not interruptible.