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

  /external/bluetooth/glib/tests/
errorcheck-mutex-test.c 55 g_cond_wait (cond, mutex);
66 g_cond_wait (cond, mutex);
onceinit.c 100 g_cond_wait (tcond, tmutex);
mainloop-test.c 424 g_cond_wait (context_array_cond, context_array_mutex);
  /external/webkit/Source/JavaScriptCore/wtf/gtk/
ThreadingGtk.cpp 210 g_cond_wait(m_condition.get(), mutex.impl().get());
  /external/bluetooth/glib/glib/
gthread.c 183 g_cond_wait (g_once_cond, g_once_mutex);
216 g_cond_wait (g_once_cond, g_once_mutex);
798 g_cond_wait (*cond, g_static_mutex_get_mutex (mutex));
gthread.h 177 # define g_cond_wait(cond, mutex) \ macro
190 # define g_cond_wait(cond, mutex) \ macro
gmain.c     [all...]
  /external/bluetooth/glib/gobject/tests/
threadtests.c 222 g_cond_wait (sync_cond, sync_mutex);
  /external/bluetooth/glib/gio/
gioscheduler.c 395 g_cond_wait (proxy->ack_condition, proxy->ack_lock);
  /external/webkit/Source/WebCore/platform/graphics/gstreamer/
VideoSinkGStreamer.cpp 225 g_cond_wait(priv->data_cond, priv->buffer_mutex);

Completed in 182 milliseconds