Go to the source code of this file.
Functions | |
| static void | DestroyMagickMutex (void) |
| static void | InitializeMagickMutex (void) |
| static void | LockMagickMutex (void) |
| static void | UnlockMagickMutex (void) |
Variables | |
| static pthread_mutex_t | translation_unit_mutex = PTHREAD_MUTEX_INITIALIZER |
| static void DestroyMagickMutex | ( | void | ) | [inline, static] |
References MagickFalse.
Referenced by SemaphoreComponentTerminus().
| static void InitializeMagickMutex | ( | void | ) | [inline, static] |
References MagickTrue.
Referenced by LockMagickMutex(), and SemaphoreComponentGenesis().
| static void LockMagickMutex | ( | void | ) | [inline, static] |
References InitializeMagickMutex(), MagickFalse, ResourceLimitFatalError, and ThrowFatalException.
Referenced by ActivateSemaphoreInfo(), and RelinquishSemaphoreInfo().
| static void UnlockMagickMutex | ( | void | ) | [inline, static] |
References ResourceLimitFatalError, and ThrowFatalException.
Referenced by ActivateSemaphoreInfo(), and RelinquishSemaphoreInfo().
pthread_mutex_t translation_unit_mutex = PTHREAD_MUTEX_INITIALIZER [static] |
1.6.1