Searched refs:file_semaphore (Results 1 – 3 of 3) sorted by relevance
233 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 …]
219 *file_semaphore; member
243 if (cache_info->file_semaphore != (SemaphoreInfo *) NULL) in DestroyPixelStream()244 RelinquishSemaphoreInfo(&cache_info->file_semaphore); in DestroyPixelStream()