#include <threading.hpp>
Public Member Functions | |
Mutex () | |
~Mutex () | |
void | lock () |
void | unlock () |
bool | trylock () |
Friends | |
class | Condition |
Definition at line 49 of file threading.hpp.
Mutex::Mutex | ( | ) |
Mutex::~Mutex | ( | ) |
void Mutex::lock | ( | ) |
Referenced by AutoMutex::AutoMutex().
void Mutex::unlock | ( | ) |
Referenced by AutoMutex::~AutoMutex().
bool Mutex::trylock | ( | ) |
friend class Condition [friend] |
Definition at line 63 of file threading.hpp.