Home
last modified time | relevance | path

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

/third_party/glib/glib/deprecated/
Dgthread-deprecated.c592 GMutex **runtime_mutex; in g_static_mutex_free() local
601 runtime_mutex = ((GMutex**)mutex); in g_static_mutex_free()
603 if (*runtime_mutex) in g_static_mutex_free()
604 g_mutex_free (*runtime_mutex); in g_static_mutex_free()
606 *runtime_mutex = NULL; in g_static_mutex_free()