Home
last modified time | relevance | path

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

/external/ImageMagick/MagickCore/
Dcache.c231 cache_info->file_semaphore=AcquireSemaphoreInfo(); in AcquirePixelCache()
1052 if (cache_info->file_semaphore != (SemaphoreInfo *) NULL) in DestroyPixelCache()
1053 RelinquishSemaphoreInfo(&cache_info->file_semaphore); in DestroyPixelCache()
4461 LockSemaphoreInfo(cache_info->file_semaphore); in ReadPixelCacheMetacontent()
4466 UnlockSemaphoreInfo(cache_info->file_semaphore); in ReadPixelCacheMetacontent()
4488 UnlockSemaphoreInfo(cache_info->file_semaphore); in ReadPixelCacheMetacontent()
4499 LockSemaphoreInfo(cache_info->file_semaphore); in ReadPixelCacheMetacontent()
4518 UnlockSemaphoreInfo(cache_info->file_semaphore); in ReadPixelCacheMetacontent()
4637 LockSemaphoreInfo(cache_info->file_semaphore); in ReadPixelCachePixels()
4642 UnlockSemaphoreInfo(cache_info->file_semaphore); in ReadPixelCachePixels()
[all …]
Dcache-private.h219 *file_semaphore; member
Dstream.c240 if (cache_info->file_semaphore != (SemaphoreInfo *) NULL) in DestroyPixelStream()
241 RelinquishSemaphoreInfo(&cache_info->file_semaphore); in DestroyPixelStream()