Home
last modified time | relevance | path

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

/external/ImageMagick/MagickCore/
Dcache.c227 cache_info->file_semaphore=AcquireSemaphoreInfo(); in AcquirePixelCache()
1067 if (cache_info->file_semaphore != (SemaphoreInfo *) NULL) in DestroyPixelCache()
1068 RelinquishSemaphoreInfo(&cache_info->file_semaphore); in DestroyPixelCache()
4469 LockSemaphoreInfo(cache_info->file_semaphore); in ReadPixelCacheMetacontent()
4474 UnlockSemaphoreInfo(cache_info->file_semaphore); in ReadPixelCacheMetacontent()
4496 UnlockSemaphoreInfo(cache_info->file_semaphore); in ReadPixelCacheMetacontent()
4507 LockSemaphoreInfo(cache_info->file_semaphore); in ReadPixelCacheMetacontent()
4526 UnlockSemaphoreInfo(cache_info->file_semaphore); in ReadPixelCacheMetacontent()
4645 LockSemaphoreInfo(cache_info->file_semaphore); in ReadPixelCachePixels()
4650 UnlockSemaphoreInfo(cache_info->file_semaphore); in ReadPixelCachePixels()
[all …]
Dcache-private.h216 *file_semaphore; member
Dstream.c240 if (cache_info->file_semaphore != (SemaphoreInfo *) NULL) in DestroyPixelStream()
241 RelinquishSemaphoreInfo(&cache_info->file_semaphore); in DestroyPixelStream()