Documentation
Urho3D::Mutex Class Reference
Operating system mutual exclusion primitive. More...
#include <Mutex.h>
Public Member Functions | |
Mutex () | |
Construct. | |
~Mutex () | |
Destruct. | |
void | Acquire () |
Acquire the mutex. Block if already acquired. | |
void | Release () |
Release the mutex. | |
Private Attributes | |
void * | handle_ |
Mutex handle. | |
Detailed Description
Operating system mutual exclusion primitive.
The documentation for this class was generated from the following files:
- /home/travis/build/urho3d/Urho3D/Source/Urho3D/Core/Mutex.h
- /home/travis/build/urho3d/Urho3D/Source/Urho3D/Core/Mutex.cpp