Home | History | Annotate | Download | only in MagickCore

Lines Matching full:locale_semaphore

93   *locale_semaphore = (SemaphoreInfo *) NULL;
535 LockSemaphoreInfo(locale_semaphore);
540 UnlockSemaphoreInfo(locale_semaphore);
544 UnlockSemaphoreInfo(locale_semaphore);
629 LockSemaphoreInfo(locale_semaphore);
639 UnlockSemaphoreInfo(locale_semaphore);
722 LockSemaphoreInfo(locale_semaphore);
731 UnlockSemaphoreInfo(locale_semaphore);
933 if (locale_semaphore == (SemaphoreInfo *) NULL)
934 ActivateSemaphoreInfo(&locale_semaphore);
935 LockSemaphoreInfo(locale_semaphore);
961 UnlockSemaphoreInfo(locale_semaphore);
1625 if (locale_semaphore == (SemaphoreInfo *) NULL)
1626 locale_semaphore=AcquireSemaphoreInfo();
1651 if (locale_semaphore == (SemaphoreInfo *) NULL)
1652 ActivateSemaphoreInfo(&locale_semaphore);
1653 LockSemaphoreInfo(locale_semaphore);
1659 UnlockSemaphoreInfo(locale_semaphore);
1660 RelinquishSemaphoreInfo(&locale_semaphore);