Searched refs:g_cond_wait (Results 1 – 14 of 14) sorted by relevance
/external/bluetooth/glib/tests/ |
D | errorcheck-mutex-test.c | 55 g_cond_wait (cond, mutex); in wait_on_unlocked_mutex() 66 g_cond_wait (cond, mutex); in wait_on_otherwise_locked_mutex()
|
D | onceinit.c | 100 g_cond_wait (tcond, tmutex); in tmain_call_initializer3()
|
D | mainloop-test.c | 424 g_cond_wait (context_array_cond, context_array_mutex); in main()
|
/external/bluetooth/glib/glib/ |
D | gthread.h | 177 # define g_cond_wait(cond, mutex) \ macro 190 # define g_cond_wait(cond, mutex) \ macro
|
D | gthread.c | 183 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()
|
D | gmain.c | 2011 g_cond_wait (cond, mutex); in g_main_context_wait()
|
/external/webkit/Source/JavaScriptCore/wtf/gtk/ |
D | ThreadingGtk.cpp | 210 g_cond_wait(m_condition.get(), mutex.impl().get()); in wait()
|
/external/bluetooth/glib/gobject/tests/ |
D | threadtests.c | 222 g_cond_wait (sync_cond, sync_mutex); in test_threaded_object_init()
|
/external/bluetooth/glib/docs/reference/glib/ |
D | glib-overrides.txt | 157 <NAME>g_cond_wait</NAME>
|
D | glib-sections.txt | 611 g_cond_wait
|
/external/bluetooth/glib/gio/ |
D | gioscheduler.c | 395 g_cond_wait (proxy->ack_condition, proxy->ack_lock); in g_io_scheduler_job_send_to_mainloop()
|
/external/webkit/Source/WebCore/platform/graphics/gstreamer/ |
D | VideoSinkGStreamer.cpp | 225 g_cond_wait(priv->data_cond, priv->buffer_mutex); in webkit_video_sink_render()
|
/external/bluetooth/glib/ |
D | ChangeLog.pre-2-12 | 342 calling into g_cond_wait resp. g_mutex_lock/unlock directly to
|
D | ChangeLog.pre-2-0 | 3730 * gthread.h (g_cond_wait): Added debug information for 4361 errorcheck capability for g_cond_wait and g_cond_timed_wait as
|