#include <mutex.h>
Public Member Functions | |
| Mutex () | |
| Constructor. | |
| virtual | ~Mutex () |
| Destructor. | |
| void | lock () |
| void | unlock () |
Protected Member Functions | |
| Mutex (const Mutex &mutex) | |
|
|
copy constructor hidden |
|
|
Constructor. initializes the internal mutex handle |
|
|
Destructor. deinitializes the internal mutex handle |
|
|
locks them mutex |
|
|
unlocks the mutex |
1.4.5