#include <Mutex.hpp>
Inheritance diagram for indri::thread::Mutex:
Public Member Functions | |
Mutex () | |
~Mutex () | |
void | lock () |
bool | tryLock () |
void | unlock () |
Private Member Functions | |
Mutex (Mutex &m) | |
Private Attributes | |
pthread_mutex_t | _mutex |
Friends | |
class | ConditionVariable |
|
|
|
|
|
|
|
Implements indri::thread::Lockable. |
|
|
|
Implements indri::thread::Lockable. |
|
|
|
|