Magick++
7.1.0
|
#include <Thread.h>
Public Member Functions | |
MutexLock (void) | |
~MutexLock (void) | |
void | lock (void) |
void | unlock (void) |
Magick::MutexLock::MutexLock | ( | void | ) |
Definition at line 20 of file Thread.cpp.
References Magick::throwExceptionExplicit().
Magick::MutexLock::~MutexLock | ( | void | ) |
Definition at line 67 of file Thread.cpp.
void Magick::MutexLock::lock | ( | void | ) |
Definition at line 78 of file Thread.cpp.
References Magick::throwExceptionExplicit().
Referenced by Magick::ImageRef::replaceImage().
void Magick::MutexLock::unlock | ( | void | ) |
Definition at line 97 of file Thread.cpp.
References Magick::throwExceptionExplicit().
Referenced by Magick::ImageRef::replaceImage().