Home
last modified time | relevance | path

Searched refs:g_cond_wait (Results 1 – 14 of 14) sorted by relevance

/external/bluetooth/glib/tests/
Derrorcheck-mutex-test.c55 g_cond_wait (cond, mutex); in wait_on_unlocked_mutex()
66 g_cond_wait (cond, mutex); in wait_on_otherwise_locked_mutex()
Donceinit.c100 g_cond_wait (tcond, tmutex); in tmain_call_initializer3()
Dmainloop-test.c424 g_cond_wait (context_array_cond, context_array_mutex); in main()
/external/bluetooth/glib/glib/
Dgthread.h177 # define g_cond_wait(cond, mutex) \ macro
190 # define g_cond_wait(cond, mutex) \ macro
Dgthread.c183 g_cond_wait (g_once_cond, g_once_mutex); in g_once_impl()
216 g_cond_wait (g_once_cond, g_once_mutex); in g_once_init_enter_impl()
798 g_cond_wait (*cond, g_static_mutex_get_mutex (mutex)); in g_static_rw_lock_wait()
Dgmain.c2011 g_cond_wait (cond, mutex); in g_main_context_wait()
/external/webkit/Source/JavaScriptCore/wtf/gtk/
DThreadingGtk.cpp210 g_cond_wait(m_condition.get(), mutex.impl().get()); in wait()
/external/bluetooth/glib/gobject/tests/
Dthreadtests.c222 g_cond_wait (sync_cond, sync_mutex); in test_threaded_object_init()
/external/bluetooth/glib/docs/reference/glib/
Dglib-overrides.txt157 <NAME>g_cond_wait</NAME>
Dglib-sections.txt611 g_cond_wait
/external/bluetooth/glib/gio/
Dgioscheduler.c395 g_cond_wait (proxy->ack_condition, proxy->ack_lock); in g_io_scheduler_job_send_to_mainloop()
/external/webkit/Source/WebCore/platform/graphics/gstreamer/
DVideoSinkGStreamer.cpp225 g_cond_wait(priv->data_cond, priv->buffer_mutex); in webkit_video_sink_render()
/external/bluetooth/glib/
DChangeLog.pre-2-12342 calling into g_cond_wait resp. g_mutex_lock/unlock directly to
DChangeLog.pre-2-03730 * gthread.h (g_cond_wait): Added debug information for
4361 errorcheck capability for g_cond_wait and g_cond_timed_wait as