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:

Go to the source code of this file.

Functions

WandExport unsigned long AcquireWandId (void)
WandExport void DestroyWandIds (void)
WandExport void RelinquishWandId (const unsigned long id)

Variables

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

Function Documentation

WandExport unsigned long AcquireWandId ( void   ) 
WandExport void DestroyWandIds ( void   ) 

Definition at line 114 of file wand.c.

References instantiate_wand, wand_ids, and wand_semaphore.

Referenced by MagickWandTerminus().

WandExport void RelinquishWandId ( const unsigned long  id  ) 

Variable Documentation

MagickBooleanType instantiate_wand = MagickFalse [static]

Definition at line 51 of file wand.c.

Referenced by AcquireWandId(), and DestroyWandIds().

SplayTreeInfo* wand_ids = (SplayTreeInfo *) NULL [static]

Definition at line 48 of file wand.c.

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

SemaphoreInfo* wand_semaphore = (SemaphoreInfo *) NULL [static]

Definition at line 54 of file wand.c.

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


Generated on 19 Nov 2009 for MagickWand by  doxygen 1.6.1