CoreComponents 3.0.0
A Modern C++ Toolkit
|
Unconditional thread suspension and resumption. More...
#include <cc/Mutex>
Public Member Functions | |
Mutex () | |
Create a new mutex. | |
bool | tryAcquire () |
Try to lock this mutex. | |
void | acquire () |
Lock this mutex. | |
void | release () |
Unlock this mutex. | |
Mutex | ( | ) |
Create a new mutex.
bool tryAcquire | ( | ) |
Try to lock this mutex.
void acquire | ( | ) |
Lock this mutex.
void release | ( | ) |
Unlock this mutex.