Home
last modified time | relevance | path

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

/third_party/gstreamer/gstreamer/gst/
Dgstinfo.c151 static GMutex _dwfl_mutex; variable
153 #define GST_DWFL_LOCK() g_mutex_lock(&_dwfl_mutex);
154 #define GST_DWFL_UNLOCK() g_mutex_unlock(&_dwfl_mutex);
165 g_mutex_init (&_dwfl_mutex); in get_global_dwfl()