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
82 if (wand_semaphore == (SemaphoreInfo *) NULL) in AcquireWandId()
83 ActivateSemaphoreInfo(&wand_semaphore); in AcquireWandId()
84 LockSemaphoreInfo(wand_semaphore); in AcquireWandId()
92 UnlockSemaphoreInfo(wand_semaphore); in AcquireWandId()
118 if (wand_semaphore == (SemaphoreInfo *) NULL) in DestroyWandIds()
119 ActivateSemaphoreInfo(&wand_semaphore); in DestroyWandIds()
120 LockSemaphoreInfo(wand_semaphore); in DestroyWandIds()
124 UnlockSemaphoreInfo(wand_semaphore); in DestroyWandIds()
125 RelinquishSemaphoreInfo(&wand_semaphore); in DestroyWandIds()
[all …]