Searched refs:list_mutex (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/rbug/
H A Drbug_screen.h52 pipe_mutex list_mutex; member in struct:rbug_screen
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); \
H A Drbug_core.c185 pipe_mutex_lock(rb_screen->list_mutex);
191 pipe_mutex_unlock(rb_screen->list_mutex);
208 pipe_mutex_lock(rb_screen->list_mutex);
217 pipe_mutex_unlock(rb_screen->list_mutex);
235 pipe_mutex_unlock(rb_screen->list_mutex);
255 pipe_mutex_lock(rb_screen->list_mutex);
264 pipe_mutex_unlock(rb_screen->list_mutex);
290 pipe_mutex_unlock(rb_screen->list_mutex);
304 pipe_mutex_lock(rb_screen->list_mutex);
310 pipe_mutex_unlock(rb_screen->list_mutex);
[all...]
H A Drbug_context.h77 pipe_mutex list_mutex; member in struct:rbug_context
H A Drbug_screen.c261 pipe_mutex_init(rb_screen->list_mutex);
H A Drbug_context.c1159 pipe_mutex_init(rb_pipe->list_mutex);
/external/mesa3d/src/gallium/drivers/rbug/
H A Drbug_screen.h52 pipe_mutex list_mutex; member in struct:rbug_screen
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); \
H A Drbug_core.c185 pipe_mutex_lock(rb_screen->list_mutex);
191 pipe_mutex_unlock(rb_screen->list_mutex);
208 pipe_mutex_lock(rb_screen->list_mutex);
217 pipe_mutex_unlock(rb_screen->list_mutex);
235 pipe_mutex_unlock(rb_screen->list_mutex);
255 pipe_mutex_lock(rb_screen->list_mutex);
264 pipe_mutex_unlock(rb_screen->list_mutex);
290 pipe_mutex_unlock(rb_screen->list_mutex);
304 pipe_mutex_lock(rb_screen->list_mutex);
310 pipe_mutex_unlock(rb_screen->list_mutex);
[all...]
H A Drbug_context.h77 pipe_mutex list_mutex; member in struct:rbug_context
H A Drbug_screen.c261 pipe_mutex_init(rb_screen->list_mutex);
H A Drbug_context.c1159 pipe_mutex_init(rb_pipe->list_mutex);
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_debug_memory.c76 pipe_static_mutex(list_mutex); variable
138 pipe_mutex_lock(list_mutex);
140 pipe_mutex_unlock(list_mutex);
172 pipe_mutex_lock(list_mutex);
174 pipe_mutex_unlock(list_mutex);
242 pipe_mutex_lock(list_mutex);
244 pipe_mutex_unlock(list_mutex);
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_debug_memory.c76 pipe_static_mutex(list_mutex); variable
138 pipe_mutex_lock(list_mutex);
140 pipe_mutex_unlock(list_mutex);
172 pipe_mutex_lock(list_mutex);
174 pipe_mutex_unlock(list_mutex);
242 pipe_mutex_lock(list_mutex);
244 pipe_mutex_unlock(list_mutex);

Completed in 4407 milliseconds