MagickWand 7.1.0
Convert, Edit, Or Compose Bitmap Images
wand.c File Reference
Include dependency graph for wand.c:

Go to the source code of this file.

Functions

WandExport size_t AcquireWandId (void)
 
WandExport void DestroyWandIds (void)
 
WandExport void RelinquishWandId (const size_t id)
 

Variables

static SplayTreeInfo * wand_ids = (SplayTreeInfo *) NULL
 
static MagickBooleanType instantiate_wand = MagickFalse
 
static SemaphoreInfo * wand_semaphore = (SemaphoreInfo *) NULL
 

Function Documentation

◆ AcquireWandId()

◆ DestroyWandIds()

WandExport void DestroyWandIds ( void  )

Definition at line 116 of file wand.c.

References instantiate_wand, wand_ids, and wand_semaphore.

Referenced by MagickWandTerminus().

◆ RelinquishWandId()

WandExport void RelinquishWandId ( const size_t  id)

Variable Documentation

◆ instantiate_wand

MagickBooleanType instantiate_wand = MagickFalse
static

Definition at line 51 of file wand.c.

Referenced by AcquireWandId(), and DestroyWandIds().

◆ wand_ids

SplayTreeInfo* wand_ids = (SplayTreeInfo *) NULL
static

Definition at line 48 of file wand.c.

Referenced by AcquireWandId(), DestroyWandIds(), and RelinquishWandId().

◆ wand_semaphore

SemaphoreInfo* wand_semaphore = (SemaphoreInfo *) NULL
static

Definition at line 54 of file wand.c.

Referenced by AcquireWandId(), DestroyWandIds(), and RelinquishWandId().