HomeSort by relevance Sort by last modified time
    Searched refs:GStaticRecMutex (Results 1 - 6 of 6) sorted by null

  /external/bluetooth/glib/glib/
gthread.h 262 typedef struct _GStaticRecMutex GStaticRecMutex;
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);
gthread.c 287 g_static_rec_mutex_init (GStaticRecMutex *mutex)
289 static const GStaticRecMutex init_mutex = G_STATIC_REC_MUTEX_INIT;
297 g_static_rec_mutex_lock (GStaticRecMutex* mutex)
319 g_static_rec_mutex_trylock (GStaticRecMutex* mutex)
345 g_static_rec_mutex_unlock (GStaticRecMutex* mutex)
362 g_static_rec_mutex_lock_full (GStaticRecMutex *mutex,
387 g_static_rec_mutex_unlock_full (GStaticRecMutex *mutex)
406 g_static_rec_mutex_free (GStaticRecMutex *mutex)
  /external/bluetooth/glib/tests/
thread-test.c 49 /* GStaticRecMutex */
51 static GStaticRecMutex test_g_static_rec_mutex_mutex = G_STATIC_REC_MUTEX_INIT;
  /external/bluetooth/glib/gio/
gunionvolumemonitor.c 56 static GStaticRecMutex the_volume_monitor_mutex = G_STATIC_REC_MUTEX_INIT;
  /external/bluetooth/glib/gmodule/
gmodule.c 329 static GStaticRecMutex g_module_global_lock = G_STATIC_REC_MUTEX_INIT;
  /external/bluetooth/glib/gobject/
gtype.c 352 static GStaticRecMutex class_init_rec_mutex = G_STATIC_REC_MUTEX_INIT;
    [all...]

Completed in 47 milliseconds