MagickCore 7.1.0
Convert, Edit, Or Compose Bitmap Images
mutex.h File Reference
This graph shows which files directly or indirectly include this file:

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)
 

Function Documentation

◆ DestroyMagickMutex()

static void DestroyMagickMutex ( void  )
inlinestatic

Definition at line 47 of file mutex.h.

References MagickFalse.

Referenced by SemaphoreComponentTerminus().

◆ InitializeMagickMutex()

static void InitializeMagickMutex ( void  )
inlinestatic

Definition at line 55 of file mutex.h.

References MagickTrue.

Referenced by LockMagickMutex(), MagickCoreGenesis(), and SemaphoreComponentGenesis().

◆ LockMagickMutex()

static void LockMagickMutex ( void  )
inlinestatic

◆ UnlockMagickMutex()

static void UnlockMagickMutex ( void  )
inlinestatic