The Mutex class
(No version information available, might only be in SVN)
Einführung
The static methods contained in the Mutex class provide direct access to Posix Mutex functionality.
Klassenbeschreibung
Mutex
{
/* Methoden */
}Inhaltsverzeichnis
- Mutex::create — Create a Mutex
- Mutex::destroy — Destroy Mutex
- Mutex::lock — Acquire Mutex
- Mutex::trylock — Attempt to Acquire Mutex
- Mutex::unlock — Release Mutex
There are no user contributed notes for this page.
