Home
last modified time | relevance | path

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

/aosp_15_r20/external/virglrenderer/src/venus/
H A Dvkr_queue.c24 mtx_lock(&dev->free_sync_mutex); in vkr_device_alloc_queue_sync()
28 mtx_unlock(&dev->free_sync_mutex); in vkr_device_alloc_queue_sync()
53 mtx_unlock(&dev->free_sync_mutex); in vkr_device_alloc_queue_sync()
70 mtx_lock(&dev->free_sync_mutex); in vkr_device_free_queue_sync()
72 mtx_unlock(&dev->free_sync_mutex); in vkr_device_free_queue_sync()
H A Dvkr_device.c147 mtx_init(&dev->free_sync_mutex, mtx_plain); in vkr_dispatch_vkCreateDevice()
278 mtx_destroy(&dev->free_sync_mutex); in vkr_device_destroy()
H A Dvkr_device.h24 mtx_t free_sync_mutex; member