HomeSort by relevance Sort by last modified time
    Searched full:g_mutex_new (Results 1 - 22 of 22) 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();
mainloop-test.c 409 context_array_mutex = g_mutex_new ();
onceinit.c 127 tmutex = g_mutex_new ();
thread-test.c 31 test_g_mutex_mutex = g_mutex_new ();
memchunks.c 136 mem_chunks_lock = g_mutex_new ();
  /external/bluetooth/glib/glib/
gthreadprivate.h 49 /* base initializers, may only use g_mutex_new(), g_cond_new() */
gthread.h 202 #define g_mutex_new() G_THREAD_UF (mutex_new, ()) macro
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 ();
gatomic.c 1025 g_atomic_mutex = g_mutex_new ();
gmessages.c 1076 g_messages_lock = g_mutex_new ();
  /external/bluetooth/glib/docs/reference/glib/
glib-overrides.txt 26 <NAME>g_mutex_new</NAME>
glib-sections.txt 559 g_mutex_new
    [all...]
  /external/bluetooth/glib/gobject/tests/
threadtests.c 239 sync_mutex = g_mutex_new();
  /external/webkit/Source/JavaScriptCore/wtf/gtk/
ThreadingGtk.cpp 176 : m_mutex(g_mutex_new())
  /external/webkit/Source/WebCore/platform/graphics/gstreamer/
VideoSinkGStreamer.cpp 108 priv->buffer_mutex = g_mutex_new();
  /external/bluetooth/glib/docs/reference/glib/tmpl/
threads.sgml 143 if you call g_mutex_new() then mutex_new() from the table provided to
541 mutex = g_mutex_new (<!-- -->);
568 give_me_next_number_mutex = g_mutex_new (<!-- -->);
592 g_mutex_new() requires that the thread system be initialized. Use a
609 <!-- ##### FUNCTION g_mutex_new ##### -->
731 use g_mutex_new() and thus #GMutex, as that requires a prior call to
    [all...]
  /external/bluetooth/glib/gio/
gioscheduler.c 383 proxy->ack_lock = g_mutex_new ();
  /external/bluetooth/bluez/audio/
gsta2dpsink.c 711 self->cb_mutex = g_mutex_new();
gstavdtpsink.c     [all...]

Completed in 209 milliseconds