Searched refs:annotate_semaphore (Results 1 - 1 of 1) sorted by relevance

/external/ImageMagick/MagickCore/
H A Dannotate.c131 *annotate_semaphore = (SemaphoreInfo *) NULL;
168 if (annotate_semaphore == (SemaphoreInfo *) NULL)
169 annotate_semaphore=AcquireSemaphoreInfo();
194 if (annotate_semaphore == (SemaphoreInfo *) NULL)
195 ActivateSemaphoreInfo(&annotate_semaphore);
196 RelinquishSemaphoreInfo(&annotate_semaphore);
2109 if (annotate_semaphore == (SemaphoreInfo *) NULL)
2110 ActivateSemaphoreInfo(&annotate_semaphore);
2111 LockSemaphoreInfo(annotate_semaphore);
2113 UnlockSemaphoreInfo(annotate_semaphore);
129 *annotate_semaphore = (SemaphoreInfo *) NULL; variable
[all...]

Completed in 38 milliseconds