Home
last modified time | relevance | path

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

/external/ImageMagick/MagickCore/
Dexception.c95 *exception_semaphore = (SemaphoreInfo *) NULL; variable
470 if (exception_semaphore == (SemaphoreInfo *) NULL) in ExceptionComponentGenesis()
471 exception_semaphore=AcquireSemaphoreInfo(); in ExceptionComponentGenesis()
495 if (exception_semaphore == (SemaphoreInfo *) NULL) in ExceptionComponentTerminus()
496 ActivateSemaphoreInfo(&exception_semaphore); in ExceptionComponentTerminus()
497 LockSemaphoreInfo(exception_semaphore); in ExceptionComponentTerminus()
498 UnlockSemaphoreInfo(exception_semaphore); in ExceptionComponentTerminus()
499 RelinquishSemaphoreInfo(&exception_semaphore); in ExceptionComponentTerminus()
878 if (exception_semaphore == (SemaphoreInfo *) NULL) in SetErrorHandler()
879 ActivateSemaphoreInfo(&exception_semaphore); in SetErrorHandler()
[all …]