Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/driver_rbug/
Drbug_context.c49 mtx_lock(&rb_pipe->call_mutex); in rbug_destroy()
52 mtx_unlock(&rb_pipe->call_mutex); in rbug_destroy()
134 mtx_lock(&rb_pipe->call_mutex); in rbug_draw_vbo()
140 mtx_unlock(&rb_pipe->call_mutex); in rbug_draw_vbo()
155 mtx_lock(&rb_pipe->call_mutex); in rbug_create_query()
159 mtx_unlock(&rb_pipe->call_mutex); in rbug_create_query()
170 mtx_lock(&rb_pipe->call_mutex); in rbug_destroy_query()
173 mtx_unlock(&rb_pipe->call_mutex); in rbug_destroy_query()
184 mtx_lock(&rb_pipe->call_mutex); in rbug_begin_query()
186 mtx_unlock(&rb_pipe->call_mutex); in rbug_begin_query()
[all …]
Drbug_core.c337 mtx_lock(&rb_context->call_mutex); in rbug_context_info()
353 mtx_unlock(&rb_context->call_mutex); in rbug_context_info()
499 mtx_lock(&rb_context->call_mutex); in rbug_context_flush()
503 mtx_unlock(&rb_context->call_mutex); in rbug_context_flush()
662 mtx_lock(&rb_context->call_mutex); in rbug_shader_replace()
698 mtx_unlock(&rb_context->call_mutex); in rbug_shader_replace()
709 mtx_unlock(&rb_context->call_mutex); in rbug_shader_replace()
Drbug_context.h45 mtx_t call_mutex; member
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/
Dtr_dump.c67 static mtx_t call_mutex = _MTX_INITIALIZER_NP; variable
86 mtx_lock(&call_mutex); in trace_dump_check_trigger()
99 mtx_unlock(&call_mutex); in trace_dump_check_trigger()
303 mtx_lock(&call_mutex); in trace_dump_call_lock()
308 mtx_unlock(&call_mutex); in trace_dump_call_unlock()
332 mtx_lock(&call_mutex); in trace_dumping_start()
334 mtx_unlock(&call_mutex); in trace_dumping_start()
339 mtx_lock(&call_mutex); in trace_dumping_stop()
341 mtx_unlock(&call_mutex); in trace_dumping_stop()
347 mtx_lock(&call_mutex); in trace_dumping_enabled()
[all …]
/third_party/python/Modules/
D_tkinter.c1373 TCL_DECLARE_MUTEX(call_mutex)
1520 Tcl_MutexLock(&call_mutex); in Tkapp_CallProc()
1522 Tcl_MutexUnlock(&call_mutex); in Tkapp_CallProc()
1577 Tkapp_ThreadSend(self, (Tcl_Event*)ev, &cond, &call_mutex); in Tkapp_Call()
/third_party/python/Tools/c-analyzer/cpython/
Dignored.tsv2845 Modules/_tkinter.c - call_mutex -