Convenient adapter for class IMutex.
More...
#include <Mutex.h>
|
class | CondPosix |
|
class | Cond |
|
Default constructor.
Builds a mutex calling the method IMutex::create() and hosting the returned abstract interface.
Mutex::Mutex |
( |
IMutex * |
imutex | ) |
|
|
inline |
Creates a mutex adapter from out of an abstract interface.
- Parameters
-
imutex | Object implementing the abstract interface IMutex. |
- Precondition
- Parameter imutex is not null.
Locks the mutex.
The calling thread try to get the exclusive ownership over the mutex or wait until it manage to
The documentation for this class was generated from the following file: