50 static MagickBooleanType
85 if (
wand_ids == (SplayTreeInfo *) NULL)
86 wand_ids=NewSplayTree((
int (*)(
const void *,
const void *)) NULL,
87 (
void *(*)(
void *)) NULL,(
void *(*)(
void *)) NULL);
89 (void) AddValueToSplayTree(
wand_ids,(
const void *) wand_id,
90 (
const void *) wand_id);
121 if (
wand_ids != (SplayTreeInfo *) NULL)
153 if (
wand_ids != (SplayTreeInfo *) NULL)
154 (void) DeleteNodeFromSplayTree(
wand_ids,(
const void *)
id);
static SemaphoreInfo * wand_semaphore
WandExport size_t AcquireWandId(void)
WandExport void RelinquishWandId(const size_t id)
static MagickBooleanType instantiate_wand
WandExport void DestroyWandIds(void)
static SplayTreeInfo * wand_ids