
Go to the source code of this file.
Functions | |
| WandExport unsigned long | AcquireWandId (void) |
| WandExport void | RelinquishWandId (const unsigned long) |
| WandExport unsigned long AcquireWandId | ( | void | ) |
Definition at line 74 of file wand.c.
References instantiate_wand, wand_ids, and wand_semaphore.
Referenced by CloneDrawingWand(), CloneMagickWand(), CloneMagickWandFromImages(), ClonePixelIterator(), ClonePixelView(), ClonePixelWand(), MagickWandGenesis(), NewDrawingWand(), NewMagickWand(), NewPixelIterator(), NewPixelRegionIterator(), NewPixelView(), NewPixelViewRegion(), and NewPixelWand().
| WandExport void RelinquishWandId | ( | const unsigned | long | ) |
Definition at line 121 of file wand.c.
References instantiate_wand, wand_ids, and wand_semaphore.
Referenced by DestroyDrawingWand(), DestroyMagickWand(), DestroyPixelIterator(), DestroyPixelView(), DestroyPixelWand(), and MagickWandTerminus().
1.5.7.1