Magick++
6.9.3
|
#include <Thread.h>
Public Member Functions | |
MutexLock (void) | |
~MutexLock (void) | |
void | lock (void) |
void | unlock (void) |
Magick::MutexLock::MutexLock | ( | void | ) |
Definition at line 17 of file Thread.cpp.
References Magick::throwExceptionExplicit().
Magick::MutexLock::~MutexLock | ( | void | ) |
Definition at line 59 of file Thread.cpp.
References Magick::throwExceptionExplicit().
void Magick::MutexLock::lock | ( | void | ) |
Definition at line 76 of file Thread.cpp.
References Magick::throwExceptionExplicit().
Referenced by Magick::Lock::Lock().
void Magick::MutexLock::unlock | ( | void | ) |
Definition at line 93 of file Thread.cpp.
References Magick::throwExceptionExplicit().