MagickWand 6.9.11-60
Convert, Edit, Or Compose Bitmap Images
wand.c File Reference
#include "wand/studio.h"
#include "wand/MagickWand.h"
#include "wand/magick-wand-private.h"
#include "wand/wand.h"
Include dependency graph for wand.c:

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  )

◆ RelinquishWandId()

Variable Documentation

◆ instantiate_wand

MagickBooleanType instantiate_wand = MagickFalse
static

Referenced by AcquireWandId(), and DestroyWandIds().

◆ wand_ids

SplayTreeInfo* wand_ids = (SplayTreeInfo *) NULL
static

◆ wand_semaphore

SemaphoreInfo* wand_semaphore = (SemaphoreInfo *) NULL
static