Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/rbug/
Drbug_core.c185 pipe_mutex_lock(rb_screen->list_mutex); in rbug_texture_list()
191 pipe_mutex_unlock(rb_screen->list_mutex); in rbug_texture_list()
208 pipe_mutex_lock(rb_screen->list_mutex); in rbug_texture_info()
217 pipe_mutex_unlock(rb_screen->list_mutex); in rbug_texture_info()
235 pipe_mutex_unlock(rb_screen->list_mutex); in rbug_texture_info()
255 pipe_mutex_lock(rb_screen->list_mutex); in rbug_texture_read()
264 pipe_mutex_unlock(rb_screen->list_mutex); in rbug_texture_read()
290 pipe_mutex_unlock(rb_screen->list_mutex); in rbug_texture_read()
304 pipe_mutex_lock(rb_screen->list_mutex); in rbug_context_list()
310 pipe_mutex_unlock(rb_screen->list_mutex); in rbug_context_list()
[all …]
Drbug_screen.h52 pipe_mutex list_mutex; member
71 pipe_mutex_lock(scr->list_mutex); \
74 pipe_mutex_unlock(scr->list_mutex); \
79 pipe_mutex_lock(scr->list_mutex); \
82 pipe_mutex_unlock(scr->list_mutex); \
Drbug_context.h77 pipe_mutex list_mutex; member
Drbug_screen.c261 pipe_mutex_init(rb_screen->list_mutex); in rbug_screen_create()
Drbug_context.c1159 pipe_mutex_init(rb_pipe->list_mutex); in rbug_context_create()
/external/mesa3d/src/gallium/auxiliary/util/
Du_debug_memory.c76 pipe_static_mutex(list_mutex);
138 pipe_mutex_lock(list_mutex); in debug_malloc()
140 pipe_mutex_unlock(list_mutex); in debug_malloc()
172 pipe_mutex_lock(list_mutex); in debug_free()
174 pipe_mutex_unlock(list_mutex); in debug_free()
242 pipe_mutex_lock(list_mutex); in debug_realloc()
244 pipe_mutex_unlock(list_mutex); in debug_realloc()