Home
last modified time | relevance | path

Searched refs:g_cond_new (Results 1 – 13 of 13) sorted by relevance

/external/bluetooth/glib/tests/
Derrorcheck-mutex-test.c54 GCond* cond = g_cond_new (); in wait_on_unlocked_mutex()
62 GCond* cond = g_cond_new (); in wait_on_otherwise_locked_mutex()
73 GCond* cond = g_cond_new (); in timed_wait_on_unlocked_mutex()
81 GCond* cond = g_cond_new (); in timed_wait_on_otherwise_locked_mutex()
Donceinit.c128 tcond = g_cond_new (); in main()
Dmainloop-test.c410 context_array_cond = g_cond_new (); in main()
/external/webkit/Source/JavaScriptCore/wtf/gtk/
DThreadingGtk.cpp200 : m_condition(g_cond_new()) in ThreadCondition()
/external/bluetooth/glib/gobject/tests/
Dthreadtests.c238 sync_cond = g_cond_new(); in main()
/external/bluetooth/glib/docs/reference/glib/
Dglib-overrides.txt140 <NAME>g_cond_new</NAME>
Dglib-sections.txt608 g_cond_new
/external/bluetooth/glib/glib/
Dgthread.c146 g_once_cond = g_cond_new (); in g_thread_init_glib()
797 *cond = g_cond_new (); in g_static_rw_lock_wait()
Dgtimer.c198 cond = g_cond_new (); in g_usleep()
Dgthread.h203 #define g_cond_new() G_THREAD_UF (cond_new, ()) macro
Dgmain.c2401 context->cond = g_cond_new (); in g_main_context_iterate()
2621 loop->context->cond = g_cond_new (); in g_main_loop_run()
/external/bluetooth/glib/gio/
Dgioscheduler.c384 proxy->ack_condition = g_cond_new (); in g_io_scheduler_job_send_to_mainloop()
/external/webkit/Source/WebCore/platform/graphics/gstreamer/
DVideoSinkGStreamer.cpp107 priv->data_cond = g_cond_new(); in webkit_video_sink_init()