Searched refs:map_mutex (Results 1 – 4 of 4) 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()
211 mutex map_mutex; in Compute() local225 map_mutex.lock(); in Compute()227 map_mutex.unlock(); in Compute()229 map_mutex.lock(); in Compute()233 map_mutex.unlock(); in Compute()235 map_mutex.lock(); in Compute()237 map_mutex.unlock(); in Compute()
378 mtx_destroy(&bo->u.real.map_mutex); in radeon_bo_destroy()426 mtx_lock(&bo->u.real.map_mutex); in radeon_bo_do_map()430 mtx_unlock(&bo->u.real.map_mutex); in radeon_bo_do_map()440 mtx_unlock(&bo->u.real.map_mutex); in radeon_bo_do_map()455 mtx_unlock(&bo->u.real.map_mutex); in radeon_bo_do_map()469 mtx_unlock(&bo->u.real.map_mutex); in radeon_bo_do_map()561 mtx_lock(&bo->u.real.map_mutex); in radeon_bo_unmap()563 mtx_unlock(&bo->u.real.map_mutex); in radeon_bo_unmap()569 mtx_unlock(&bo->u.real.map_mutex); in radeon_bo_unmap()582 mtx_unlock(&bo->u.real.map_mutex); in radeon_bo_unmap()[all …]
42 mtx_t map_mutex; member