| Magick++
    6.9.6
    | 
#include <Thread.h>
| Public Member Functions | |
| MutexLock (void) | |
| ~MutexLock (void) | |
| void | lock (void) | 
| void | unlock (void) | 
| Magick::MutexLock::MutexLock | ( | void | ) | 
Definition at line 18 of file Thread.cpp.
References Magick::throwExceptionExplicit().
| Magick::MutexLock::~MutexLock | ( | void | ) | 
Definition at line 60 of file Thread.cpp.
| void Magick::MutexLock::lock | ( | void | ) | 
Definition at line 71 of file Thread.cpp.
References Magick::throwExceptionExplicit().
Referenced by Magick::Lock::Lock().
| void Magick::MutexLock::unlock | ( | void | ) | 
Definition at line 88 of file Thread.cpp.
References Magick::throwExceptionExplicit().