Home
last modified time | relevance | path

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

/openbmc/qemu/trace/
H A Dsimple.c40 static GMutex trace_lock; variable
135 g_mutex_lock(&trace_lock); in flush_trace_file()
140 g_cond_wait(&trace_empty_cond, &trace_lock); in flush_trace_file()
143 g_mutex_unlock(&trace_lock); in flush_trace_file()
148 g_mutex_lock(&trace_lock); in wait_for_trace_records_available()
151 g_cond_wait(&trace_available_cond, &trace_lock); in wait_for_trace_records_available()
154 g_mutex_unlock(&trace_lock); in wait_for_trace_records_available()