Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/driver_rbug/
Drbug_core.c183 mtx_lock(&rb_screen->list_mutex); in rbug_texture_list()
189 mtx_unlock(&rb_screen->list_mutex); in rbug_texture_list()
207 mtx_lock(&rb_screen->list_mutex); in rbug_texture_info()
216 mtx_unlock(&rb_screen->list_mutex); in rbug_texture_info()
236 mtx_unlock(&rb_screen->list_mutex); in rbug_texture_info()
256 mtx_lock(&rb_screen->list_mutex); in rbug_texture_read()
265 mtx_unlock(&rb_screen->list_mutex); in rbug_texture_read()
288 mtx_unlock(&rb_screen->list_mutex); in rbug_texture_read()
302 mtx_lock(&rb_screen->list_mutex); in rbug_context_list()
308 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.c439 (void) mtx_init(&rb_screen->list_mutex, mtx_plain); in rbug_screen_create()
Drbug_context.c1289 (void) mtx_init(&rb_pipe->list_mutex, mtx_plain); in rbug_context_create()
/third_party/mesa3d/src/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()
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_debug_flush.c89 static mtx_t list_mutex = _MTX_INITIALIZER_NP; variable
168 mtx_lock(&list_mutex); in debug_flush_ctx_create()
170 mtx_unlock(&list_mutex); in debug_flush_ctx_create()
250 mtx_lock(&list_mutex); in debug_flush_map()
262 mtx_unlock(&list_mutex); in debug_flush_map()