Searched refs:g_static_mutex_free (Results 1 – 9 of 9) sorted by relevance
267 g_static_mutex_free (GStaticMutex* mutex) in g_static_mutex_free() function410 g_static_mutex_free (&mutex->mutex); in g_static_rec_mutex_free()928 g_static_mutex_free (&lock->mutex); in g_static_rw_lock_free()
247 void g_static_mutex_free (GStaticMutex *mutex);
3045 #undef g_static_mutex_free 3046 extern __typeof (g_static_mutex_free) g_static_mutex_free __attribute((alias("IA__g_static_mutex_fr…
369 g_static_mutex_free (&context->mutex); in g_main_context_unref()
3034 extern __typeof (g_static_mutex_free) IA__g_static_mutex_free __attribute((visibility("hidden")));3035 #define g_static_mutex_free IA__g_static_mutex_free macro
573 g_static_mutex_free
479 * glib/gthread.c (g_static_mutex_free): Clarified comment to480 remind myself, that calling g_static_mutex_free() before
3723 * gthread.c, gthread.h: Added g_static_mutex_free to allow using
3897 g_static_mutex_free().