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/
H A Drbug_core.c177 mtx_lock(&rb_screen->list_mutex); in rbug_texture_list()
182 mtx_unlock(&rb_screen->list_mutex); in rbug_texture_list()
199 mtx_lock(&rb_screen->list_mutex); in rbug_texture_info()
207 mtx_unlock(&rb_screen->list_mutex); in rbug_texture_info()
227 mtx_unlock(&rb_screen->list_mutex); in rbug_texture_info()
246 mtx_lock(&rb_screen->list_mutex); in rbug_texture_read()
254 mtx_unlock(&rb_screen->list_mutex); in rbug_texture_read()
277 mtx_unlock(&rb_screen->list_mutex); in rbug_texture_read()
290 mtx_lock(&rb_screen->list_mutex); in rbug_context_list()
295 mtx_unlock(&rb_screen->list_mutex); in rbug_context_list()
[all...]
H A Drbug_screen.h48 mtx_t list_mutex; member
67 mtx_lock(&scr->list_mutex); \
70 mtx_unlock(&scr->list_mutex); \
75 mtx_lock(&scr->list_mutex); \
78 mtx_unlock(&scr->list_mutex); \
H A Drbug_context.h77 mtx_t list_mutex; member
H A Drbug_screen.c453 (void) mtx_init(&rb_screen->list_mutex, mtx_plain); in rbug_screen_create()
H A Drbug_context.c1288 (void) mtx_init(&rb_pipe->list_mutex, mtx_plain); in rbug_context_create()
/third_party/mesa3d/src/util/
H A 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/
H A 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()

Completed in 8 milliseconds