Public Member Functions | |
Mutex () | |
virtual | ~Mutex () |
virtual int | lock () |
virtual int | unlock () |
virtual int | trylock () |
Friends | |
class | Condition |
|
Constructor |
|
Destructor |
|
Lock the mutex
|
|
Test if mutex can be locked.
|
|
Unlock the mutex
|
|
|