#include <mutex.h>
Public Member Functions | |
| MutexHolder (Mutex *_mutex) | |
| The constructor. | |
| ~MutexHolder () | |
| The destructor. | |
| MutexHolder | ( | Mutex * | _mutex | ) |
The constructor.
Locks the specified mutex.
| _mutex | The mutex to be locked. |
| ~MutexHolder | ( | ) |
The destructor.
Unlocks the held mutex.
1.5.8