Magick++
7.0.10
|
#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 65 of file Thread.cpp.
void Magick::MutexLock::lock | ( | void | ) |
Definition at line 76 of file Thread.cpp.
References Magick::throwExceptionExplicit().
Referenced by Magick::ImageRef::replaceImage().
void Magick::MutexLock::unlock | ( | void | ) |
Definition at line 95 of file Thread.cpp.
References Magick::throwExceptionExplicit().
Referenced by Magick::ImageRef::replaceImage().