Getting Started
Working On Firefox
Firefox User Guide
Source Code Documentation
The Firefox Build System
Testing & Test Infrastructure
Releases & Updates
Localization & Internationalization
Firefox and Python
Metrics Collected in Firefox
Closes a specified semaphore.
#include <pripcsem.h> NSPR_API(PRStatus) PR_CloseSemaphore(PRSem *sem);
The function has the following parameter:
sem
A pointer to a PRSem structure returned from a call to PR_OpenSemaphore.
PRSem
PRStatus