Home
last modified time | relevance | path

Searched refs:wand_semaphore (Results 1 – 1 of 1) sorted by relevance

/external/ImageMagick/MagickWand/
Dwand.c54 *wand_semaphore = (SemaphoreInfo *) NULL; variable
79 if (wand_semaphore == (SemaphoreInfo *) NULL) in AcquireWandId()
80 ActivateSemaphoreInfo(&wand_semaphore); in AcquireWandId()
81 LockSemaphoreInfo(wand_semaphore); in AcquireWandId()
88 UnlockSemaphoreInfo(wand_semaphore); in AcquireWandId()
114 if (wand_semaphore == (SemaphoreInfo *) NULL) in DestroyWandIds()
115 ActivateSemaphoreInfo(&wand_semaphore); in DestroyWandIds()
116 LockSemaphoreInfo(wand_semaphore); in DestroyWandIds()
120 UnlockSemaphoreInfo(wand_semaphore); in DestroyWandIds()
121 RelinquishSemaphoreInfo(&wand_semaphore); in DestroyWandIds()
[all …]