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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/driver_rbug/
H A Drbug_screen.h52 mtx_t list_mutex; member in struct:rbug_screen
71 mtx_lock(&scr->list_mutex); \
74 mtx_unlock(&scr->list_mutex); \
79 mtx_lock(&scr->list_mutex); \
82 mtx_unlock(&scr->list_mutex); \
H A Drbug_core.c186 mtx_lock(&rb_screen->list_mutex);
192 mtx_unlock(&rb_screen->list_mutex);
210 mtx_lock(&rb_screen->list_mutex);
219 mtx_unlock(&rb_screen->list_mutex);
239 mtx_unlock(&rb_screen->list_mutex);
259 mtx_lock(&rb_screen->list_mutex);
268 mtx_unlock(&rb_screen->list_mutex);
291 mtx_unlock(&rb_screen->list_mutex);
305 mtx_lock(&rb_screen->list_mutex);
311 mtx_unlock(&rb_screen->list_mutex);
[all...]
H A Drbug_context.h77 mtx_t list_mutex; member in struct:rbug_context
H A Drbug_screen.c313 (void) mtx_init(&rb_screen->list_mutex, mtx_plain);
H A Drbug_context.c1193 (void) mtx_init(&rb_pipe->list_mutex, mtx_plain);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/driver_rbug/
H A Drbug_screen.h52 mtx_t list_mutex; member in struct:rbug_screen
71 mtx_lock(&scr->list_mutex); \
74 mtx_unlock(&scr->list_mutex); \
79 mtx_lock(&scr->list_mutex); \
82 mtx_unlock(&scr->list_mutex); \
H A Drbug_core.c183 mtx_lock(&rb_screen->list_mutex);
189 mtx_unlock(&rb_screen->list_mutex);
207 mtx_lock(&rb_screen->list_mutex);
216 mtx_unlock(&rb_screen->list_mutex);
236 mtx_unlock(&rb_screen->list_mutex);
256 mtx_lock(&rb_screen->list_mutex);
265 mtx_unlock(&rb_screen->list_mutex);
288 mtx_unlock(&rb_screen->list_mutex);
302 mtx_lock(&rb_screen->list_mutex);
308 mtx_unlock(&rb_screen->list_mutex);
[all...]
H A Drbug_context.h77 mtx_t list_mutex; member in struct:rbug_context
H A Drbug_screen.c439 (void) mtx_init(&rb_screen->list_mutex, mtx_plain);
H A Drbug_context.c1289 (void) mtx_init(&rb_pipe->list_mutex, mtx_plain);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_debug_memory.c91 static mtx_t list_mutex = _MTX_INITIALIZER_NP; variable in typeref:typename:mtx_t
157 mtx_lock(&list_mutex);
159 mtx_unlock(&list_mutex);
202 mtx_lock(&list_mutex);
204 mtx_unlock(&list_mutex);
277 mtx_lock(&list_mutex);
279 mtx_unlock(&list_mutex);
H A Du_debug_flush.c80 static mtx_t list_mutex = _MTX_INITIALIZER_NP; variable in typeref:typename:mtx_t
169 mtx_lock(&list_mutex);
171 mtx_unlock(&list_mutex);
236 mtx_lock(&list_mutex);
248 mtx_unlock(&list_mutex);
/xsrc/external/mit/MesaLib/dist/src/util/
H A Du_debug_memory.c90 static mtx_t list_mutex = _MTX_INITIALIZER_NP; variable in typeref:typename:mtx_t
156 mtx_lock(&list_mutex);
158 mtx_unlock(&list_mutex);
201 mtx_lock(&list_mutex);
203 mtx_unlock(&list_mutex);
276 mtx_lock(&list_mutex);
278 mtx_unlock(&list_mutex);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
H A Du_debug_flush.c89 static mtx_t list_mutex = _MTX_INITIALIZER_NP; variable in typeref:typename:mtx_t
168 mtx_lock(&list_mutex);
170 mtx_unlock(&list_mutex);
250 mtx_lock(&list_mutex);
262 mtx_unlock(&list_mutex);

Completed in 82 milliseconds