Operating system mutual exclusion primitive.
More...
#include </home/runner/work/urho3d-doxygen.github.io/urho3d-doxygen.github.io/urho3d_repo/Source/Urho3D/Core/Mutex.h>
|
| Mutex () |
| Construct.
|
|
| ~Mutex () |
| Destruct.
|
|
void | Acquire () |
| Acquire the mutex. Block if already acquired.
|
|
bool | TryAcquire () |
| Try to acquire the mutex without locking. Return true if successful.
|
|
void | Release () |
| Release the mutex.
|
|
|
void * | handle_ |
| Mutex handle.
|
|
Operating system mutual exclusion primitive.
The documentation for this class was generated from the following files:
- /home/runner/work/urho3d-doxygen.github.io/urho3d-doxygen.github.io/urho3d_repo/Source/Urho3D/Core/Mutex.h
- /home/runner/work/urho3d-doxygen.github.io/urho3d-doxygen.github.io/urho3d_repo/Source/Urho3D/Core/Mutex.cpp