Searched refs:GStaticRecMutex (Results 1 – 8 of 8) sorted by relevance
262 typedef struct _GStaticRecMutex GStaticRecMutex; typedef272 void g_static_rec_mutex_init (GStaticRecMutex *mutex);273 void g_static_rec_mutex_lock (GStaticRecMutex *mutex);274 gboolean g_static_rec_mutex_trylock (GStaticRecMutex *mutex);275 void g_static_rec_mutex_unlock (GStaticRecMutex *mutex);276 void g_static_rec_mutex_lock_full (GStaticRecMutex *mutex,278 guint g_static_rec_mutex_unlock_full (GStaticRecMutex *mutex);279 void g_static_rec_mutex_free (GStaticRecMutex *mutex);
287 g_static_rec_mutex_init (GStaticRecMutex *mutex) in g_static_rec_mutex_init()289 static const GStaticRecMutex init_mutex = G_STATIC_REC_MUTEX_INIT; in g_static_rec_mutex_init()297 g_static_rec_mutex_lock (GStaticRecMutex* mutex) in g_static_rec_mutex_lock()319 g_static_rec_mutex_trylock (GStaticRecMutex* mutex) in g_static_rec_mutex_trylock()345 g_static_rec_mutex_unlock (GStaticRecMutex* mutex) in g_static_rec_mutex_unlock()362 g_static_rec_mutex_lock_full (GStaticRecMutex *mutex, in g_static_rec_mutex_lock_full()387 g_static_rec_mutex_unlock_full (GStaticRecMutex *mutex) in g_static_rec_mutex_unlock_full()406 g_static_rec_mutex_free (GStaticRecMutex *mutex) in g_static_rec_mutex_free()
51 static GStaticRecMutex test_g_static_rec_mutex_mutex = G_STATIC_REC_MUTEX_INIT;
56 static GStaticRecMutex the_volume_monitor_mutex = G_STATIC_REC_MUTEX_INIT;
329 static GStaticRecMutex g_module_global_lock = G_STATIC_REC_MUTEX_INIT;
584 GStaticRecMutex
352 static GStaticRecMutex class_init_rec_mutex = G_STATIC_REC_MUTEX_INIT;
3633 GStaticRecMutex and other things. So the new version is less5905 * glib.h, gthread.c: Redefined GStaticRecMutex. The functions are