![]() |
Faro Engine 0.0.0.b519570 (main)
|
Synchronization flag to gain exclusive access on the calling thread. More...
#include <ThreadSafety.hpp>
Public Member Functions | |
| void | Lock () |
| Obtain exclusive access to this mutex. | |
| void | Unlock () |
| Release the previously claimed access. | |
Synchronization flag to gain exclusive access on the calling thread.
| void Faro::Mutex::Lock | ( | ) |
Obtain exclusive access to this mutex.
| void Faro::Mutex::Unlock | ( | ) |
Release the previously claimed access.