Home
last modified time | relevance | path

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

/external/ImageMagick/MagickCore/
Ddelegate.c159 *delegate_semaphore = (SemaphoreInfo *) NULL; variable
250 if (delegate_semaphore == (SemaphoreInfo *) NULL) in DelegateComponentGenesis()
251 delegate_semaphore=AcquireSemaphoreInfo(); in DelegateComponentGenesis()
296 if (delegate_semaphore == (SemaphoreInfo *) NULL) in DelegateComponentTerminus()
297 ActivateSemaphoreInfo(&delegate_semaphore); in DelegateComponentTerminus()
298 LockSemaphoreInfo(delegate_semaphore); in DelegateComponentTerminus()
301 UnlockSemaphoreInfo(delegate_semaphore); in DelegateComponentTerminus()
302 RelinquishSemaphoreInfo(&delegate_semaphore); in DelegateComponentTerminus()
1233 LockSemaphoreInfo(delegate_semaphore); in GetDelegateInfo()
1238 UnlockSemaphoreInfo(delegate_semaphore); in GetDelegateInfo()
[all …]