Home
last modified time | relevance | path

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

/external/bluetooth/glib/glib/
Dgthread.h262 typedef struct _GStaticRecMutex GStaticRecMutex; typedef
272 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);
Dgthread.c287 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()
/external/bluetooth/glib/tests/
Dthread-test.c51 static GStaticRecMutex test_g_static_rec_mutex_mutex = G_STATIC_REC_MUTEX_INIT;
/external/bluetooth/glib/gio/
Dgunionvolumemonitor.c56 static GStaticRecMutex the_volume_monitor_mutex = G_STATIC_REC_MUTEX_INIT;
/external/bluetooth/glib/gmodule/
Dgmodule.c329 static GStaticRecMutex g_module_global_lock = G_STATIC_REC_MUTEX_INIT;
/external/bluetooth/glib/docs/reference/glib/
Dglib-sections.txt584 GStaticRecMutex
/external/bluetooth/glib/gobject/
Dgtype.c352 static GStaticRecMutex class_init_rec_mutex = G_STATIC_REC_MUTEX_INIT;
/external/bluetooth/glib/
DChangeLog.pre-2-03633 GStaticRecMutex and other things. So the new version is less
5905 * glib.h, gthread.c: Redefined GStaticRecMutex. The functions are