|
0.45.0
|
#include <iaMutex.h>
Classes | |
| class | iaScopedLock |
Public Member Functions | |
| iaMutex () | |
| ~iaMutex () | |
| void | lock () |
| void | unlock () |
mutex
wraps std::mutex
| iaux::iaMutex::iaMutex | ( | ) |
creates a mutex
| iaux::iaMutex::~iaMutex | ( | ) |
destroys a mutex
| void iaux::iaMutex::lock | ( | ) |
locks a mutex
| void iaux::iaMutex::unlock | ( | ) |
unlocks a mutex