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

  /external/bluetooth/glib/tests/
errorcheck-mutex-test.c 20 GMutex* mutex = g_mutex_new ();
28 GMutex* mutex = g_mutex_new ();
36 GMutex* mutex = g_mutex_new ();
45 GMutex* mutex = g_mutex_new ();
53 GMutex* mutex = g_mutex_new ();
61 GMutex* mutex = g_mutex_new ();
72 GMutex* mutex = g_mutex_new ();
80 GMutex* mutex = g_mutex_new ();
slice-concurrent.c 101 tdata[t].to_free_mutex = g_mutex_new();
onceinit.c 127 tmutex = g_mutex_new ();
mainloop-test.c 409 context_array_mutex = g_mutex_new ();
thread-test.c 31 test_g_mutex_mutex = g_mutex_new ();
memchunks.c 136 mem_chunks_lock = g_mutex_new ();
  /external/webkit/Source/JavaScriptCore/wtf/gtk/
ThreadingGtk.cpp 176 : m_mutex(g_mutex_new())
  /external/bluetooth/glib/gobject/tests/
threadtests.c 239 sync_mutex = g_mutex_new();
  /external/bluetooth/glib/glib/
gthread.c 145 g_once_mutex = g_mutex_new ();
259 g_atomic_pointer_set (mutex, g_mutex_new());
gslice.c 384 allocator->magazine_mutex = g_mutex_new();
385 allocator->slab_mutex = g_mutex_new();
387 smc_tree_mutex = g_mutex_new();
    [all...]
gmem.c 725 gmem_profile_mutex = g_mutex_new ();
gthread.h 202 #define g_mutex_new() G_THREAD_UF (mutex_new, ()) macro
gatomic.c 1025 g_atomic_mutex = g_mutex_new ();
gmessages.c 1076 g_messages_lock = g_mutex_new ();
  /external/bluetooth/glib/gio/
gioscheduler.c 383 proxy->ack_lock = g_mutex_new ();
  /external/webkit/Source/WebCore/platform/graphics/gstreamer/
VideoSinkGStreamer.cpp 108 priv->buffer_mutex = g_mutex_new();
  /external/bluetooth/bluez/audio/
gsta2dpsink.c 711 self->cb_mutex = g_mutex_new();
gstavdtpsink.c     [all...]

Completed in 147 milliseconds