Searched refs:map_mutex (Results 1 – 3 of 3) sorted by relevance
33 static _cups_mutex_t map_mutex = _CUPS_MUTEX_INITIALIZER; variable150 _cupsMutexLock(&map_mutex); in cupsCharsetToUTF8()175 _cupsMutexUnlock(&map_mutex); in cupsCharsetToUTF8()180 _cupsMutexUnlock(&map_mutex); in cupsCharsetToUTF8()279 _cupsMutexLock(&map_mutex); in cupsUTF8ToCharset()304 _cupsMutexUnlock(&map_mutex); in cupsUTF8ToCharset()309 _cupsMutexUnlock(&map_mutex); in cupsUTF8ToCharset()
378 pipe_mutex_destroy(bo->u.real.map_mutex); in radeon_bo_destroy()425 pipe_mutex_lock(bo->u.real.map_mutex); in radeon_bo_do_map()429 pipe_mutex_unlock(bo->u.real.map_mutex); in radeon_bo_do_map()439 pipe_mutex_unlock(bo->u.real.map_mutex); in radeon_bo_do_map()454 pipe_mutex_unlock(bo->u.real.map_mutex); in radeon_bo_do_map()467 pipe_mutex_unlock(bo->u.real.map_mutex); in radeon_bo_do_map()559 pipe_mutex_lock(bo->u.real.map_mutex); in radeon_bo_unmap()561 pipe_mutex_unlock(bo->u.real.map_mutex); in radeon_bo_unmap()567 pipe_mutex_unlock(bo->u.real.map_mutex); in radeon_bo_unmap()579 pipe_mutex_unlock(bo->u.real.map_mutex); in radeon_bo_unmap()[all …]
46 pipe_mutex map_mutex; member