Searched refs:runtime_mutex (Results 1 – 1 of 1) sorted by relevance
592 GMutex **runtime_mutex; in g_static_mutex_free() local601 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()