Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

PRLock

A mutual exclusion lock.

Syntax

#include <prlock.h>

typedef struct PRLock PRLock;

Description

NSPR represents a lock as an opaque entity to clients of the functions described in "Locks". Functions that operate on locks do not have timeouts and are not interruptible.

Document Tags and Contributors

 Contributors to this page: teoli, Callek, Rappo
 Last updated by: teoli,