Home
last modified time | relevance | path

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

/external/ImageMagick/MagickCore/
Dcache.c233 cache_info->file_semaphore=AcquireSemaphoreInfo(); in AcquirePixelCache()
1070 if (cache_info->file_semaphore != (SemaphoreInfo *) NULL) in DestroyPixelCache()
1071 RelinquishSemaphoreInfo(&cache_info->file_semaphore); in DestroyPixelCache()
4470 LockSemaphoreInfo(cache_info->file_semaphore); in ReadPixelCacheMetacontent()
4475 UnlockSemaphoreInfo(cache_info->file_semaphore); in ReadPixelCacheMetacontent()
4497 UnlockSemaphoreInfo(cache_info->file_semaphore); in ReadPixelCacheMetacontent()
4508 LockSemaphoreInfo(cache_info->file_semaphore); in ReadPixelCacheMetacontent()
4527 UnlockSemaphoreInfo(cache_info->file_semaphore); in ReadPixelCacheMetacontent()
4646 LockSemaphoreInfo(cache_info->file_semaphore); in ReadPixelCachePixels()
4651 UnlockSemaphoreInfo(cache_info->file_semaphore); in ReadPixelCachePixels()
[all …]
Dcache-private.h219 *file_semaphore; member
Dstream.c243 if (cache_info->file_semaphore != (SemaphoreInfo *) NULL) in DestroyPixelStream()
244 RelinquishSemaphoreInfo(&cache_info->file_semaphore); in DestroyPixelStream()