Home
last modified time | relevance | path

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

/external/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()
130 mtx_lock(&rb_pipe->call_mutex); in rbug_draw_vbo()
136 mtx_unlock(&rb_pipe->call_mutex); in rbug_draw_vbo()
151 mtx_lock(&rb_pipe->call_mutex); in rbug_create_query()
155 mtx_unlock(&rb_pipe->call_mutex); in rbug_create_query()
166 mtx_lock(&rb_pipe->call_mutex); in rbug_destroy_query()
169 mtx_unlock(&rb_pipe->call_mutex); in rbug_destroy_query()
180 mtx_lock(&rb_pipe->call_mutex); in rbug_begin_query()
182 mtx_unlock(&rb_pipe->call_mutex); in rbug_begin_query()
[all …]
Drbug_core.c340 mtx_lock(&rb_context->call_mutex); in rbug_context_info()
356 mtx_unlock(&rb_context->call_mutex); in rbug_context_info()
502 mtx_lock(&rb_context->call_mutex); in rbug_context_flush()
506 mtx_unlock(&rb_context->call_mutex); in rbug_context_flush()
663 mtx_lock(&rb_context->call_mutex); in rbug_shader_replace()
699 mtx_unlock(&rb_context->call_mutex); in rbug_shader_replace()
710 mtx_unlock(&rb_context->call_mutex); in rbug_shader_replace()
Drbug_context.h45 mtx_t call_mutex; member
/external/mesa3d/src/gallium/auxiliary/driver_trace/
Dtr_dump.c62 static mtx_t call_mutex = _MTX_INITIALIZER_NP; variable
253 mtx_lock(&call_mutex); in trace_dump_call_lock()
258 mtx_unlock(&call_mutex); in trace_dump_call_unlock()
282 mtx_lock(&call_mutex); in trace_dumping_start()
284 mtx_unlock(&call_mutex); in trace_dumping_start()
289 mtx_lock(&call_mutex); in trace_dumping_stop()
291 mtx_unlock(&call_mutex); in trace_dumping_stop()
297 mtx_lock(&call_mutex); in trace_dumping_enabled()
299 mtx_unlock(&call_mutex); in trace_dumping_enabled()
346 mtx_lock(&call_mutex); in trace_dump_call_begin()
[all …]
/external/python/cpython3/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()
/external/python/cpython2/Modules/
D_tkinter.c1432 TCL_DECLARE_MUTEX(call_mutex)
1574 Tcl_MutexLock(&call_mutex); in Tkapp_CallProc()
1576 Tcl_MutexUnlock(&call_mutex); in Tkapp_CallProc()
1633 Tkapp_ThreadSend(self, (Tcl_Event*)ev, &cond, &call_mutex); in Tkapp_Call()
/external/python/cpython3/Tools/c-analyzer/cpython/
Dignored.tsv2845 Modules/_tkinter.c - call_mutex -