Home
last modified time | relevance | path

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

/external/ImageMagick/MagickCore/
Dregistry.c77 *registry_semaphore = (SemaphoreInfo *) NULL; variable
300 if (registry_semaphore == (SemaphoreInfo *) NULL) in RegistryComponentGenesis()
301 registry_semaphore=AcquireSemaphoreInfo(); in RegistryComponentGenesis()
325 if (registry_semaphore == (SemaphoreInfo *) NULL) in RegistryComponentTerminus()
326 ActivateSemaphoreInfo(&registry_semaphore); in RegistryComponentTerminus()
327 LockSemaphoreInfo(registry_semaphore); in RegistryComponentTerminus()
332 UnlockSemaphoreInfo(registry_semaphore); in RegistryComponentTerminus()
333 RelinquishSemaphoreInfo(&registry_semaphore); in RegistryComponentTerminus()
526 if (registry_semaphore == (SemaphoreInfo *) NULL) in SetImageRegistry()
527 ActivateSemaphoreInfo(&registry_semaphore); in SetImageRegistry()
[all …]