|
Urho3D
|
Operating system mutual exclusion primitive. More...
#include </home/runner/work/Dviglo/Dviglo/DvigloRepository/Source/Urho3D/Core/Mutex.h>
Public Member Functions | |
| 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. | |
Private Attributes | |
| void * | handle_ |
| Mutex handle. | |
Operating system mutual exclusion primitive.
1.8.17