Home
last modified time | relevance | path

Searched refs:list_mutex (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/gallium/drivers/rbug/
Drbug_core.c186 mtx_lock(&rb_screen->list_mutex); in rbug_texture_list()
192 mtx_unlock(&rb_screen->list_mutex); in rbug_texture_list()
210 mtx_lock(&rb_screen->list_mutex); in rbug_texture_info()
219 mtx_unlock(&rb_screen->list_mutex); in rbug_texture_info()
239 mtx_unlock(&rb_screen->list_mutex); in rbug_texture_info()
259 mtx_lock(&rb_screen->list_mutex); in rbug_texture_read()
268 mtx_unlock(&rb_screen->list_mutex); in rbug_texture_read()
291 mtx_unlock(&rb_screen->list_mutex); in rbug_texture_read()
305 mtx_lock(&rb_screen->list_mutex); in rbug_context_list()
311 mtx_unlock(&rb_screen->list_mutex); in rbug_context_list()
[all …]
Drbug_screen.h52 mtx_t list_mutex; member
71 mtx_lock(&scr->list_mutex); \
74 mtx_unlock(&scr->list_mutex); \
79 mtx_lock(&scr->list_mutex); \
82 mtx_unlock(&scr->list_mutex); \
Drbug_context.h77 mtx_t list_mutex; member
Drbug_screen.c296 (void) mtx_init(&rb_screen->list_mutex, mtx_plain); in rbug_screen_create()
Drbug_context.c1193 (void) mtx_init(&rb_pipe->list_mutex, mtx_plain); in rbug_context_create()
/external/mesa3d/src/gallium/auxiliary/util/
Du_debug_memory.c90 static mtx_t list_mutex = _MTX_INITIALIZER_NP; variable
156 mtx_lock(&list_mutex); in debug_malloc()
158 mtx_unlock(&list_mutex); in debug_malloc()
201 mtx_lock(&list_mutex); in debug_free()
203 mtx_unlock(&list_mutex); in debug_free()
276 mtx_lock(&list_mutex); in debug_realloc()
278 mtx_unlock(&list_mutex); in debug_realloc()
Du_debug_flush.c80 static mtx_t list_mutex = _MTX_INITIALIZER_NP; variable
169 mtx_lock(&list_mutex); in debug_flush_ctx_create()
171 mtx_unlock(&list_mutex); in debug_flush_ctx_create()
236 mtx_lock(&list_mutex); in debug_flush_map()
248 mtx_unlock(&list_mutex); in debug_flush_map()