HomeSort by relevance Sort by last modified time
    Searched full:delegate_semaphore (Results 1 - 1 of 1) sorted by null

  /external/ImageMagick/MagickCore/
delegate.c 146 *delegate_semaphore = (SemaphoreInfo *) NULL;
242 if (delegate_semaphore == (SemaphoreInfo *) NULL)
243 delegate_semaphore=AcquireSemaphoreInfo();
289 if (delegate_semaphore == (SemaphoreInfo *) NULL)
290 ActivateSemaphoreInfo(&delegate_semaphore);
291 LockSemaphoreInfo(delegate_semaphore);
294 UnlockSemaphoreInfo(delegate_semaphore);
295 RelinquishSemaphoreInfo(&delegate_semaphore);
142 *delegate_semaphore = (SemaphoreInfo *) NULL; variable
    [all...]

Completed in 266 milliseconds