Searched refs:g_source_attach (Results 1 - 21 of 21) sorted by relevance

/external/webkit/Source/WebKit2/Platform/gtk/
H A DRunLoopGtk.cpp79 g_source_attach(source.get(), m_runLoopContext);
120 g_source_attach(m_timerSource.get(), m_runLoop->m_runLoopContext);
H A DWorkQueueGtk.cpp166 g_source_attach(dispatchSource.get(), m_eventContext);
195 g_source_attach(dispatchSource, m_eventContext);
/external/bluetooth/glib/tests/
H A Dmainloop-test.c162 g_source_attach (adder_source, context);
168 g_source_attach (timeout_source, context);
344 g_source_attach (source, context_array->pdata[g_random_int_range (0, context_array->len)]);
390 g_source_attach (source, context);
H A Dchild-test.c133 g_source_attach (source, g_main_loop_get_context (new_main_loop));
H A Dtimeloop-closure.c158 g_source_attach (source, NULL);
/external/bluetooth/glib/gio/
H A Dgasynchelper.c70 g_source_attach (source, NULL);
H A Dgioscheduler.c392 id = g_source_attach (source, NULL);
455 id = g_source_attach (source, NULL);
H A Dgfilemonitor.c411 priv->pending_file_change_id = g_source_attach (source, NULL);
568 g_source_attach (source, NULL);
620 g_source_attach (source, NULL);
H A Dgsimpleasyncresult.c603 id = g_source_attach (source, NULL);
664 id = g_source_attach (source, NULL);
H A Dgunixinputstream.c510 g_source_attach (source, NULL);
638 g_source_attach (idle, NULL);
H A Dgunixoutputstream.c497 g_source_attach (source, NULL);
594 g_source_attach (idle, NULL);
/external/bluetooth/glib/glib/
H A Dgmain.h180 guint g_source_attach (GSource *source,
H A Dgmain.c563 * and must be added to one with g_source_attach() before it will be
637 * g_source_attach:
648 g_source_attach (GSource *source, function
1363 * functions g_source_attach(), g_idle_add(), g_idle_add_full(),
2822 * the same as the priority used for g_source_attach() to ensure that the
3270 * and must be added to one with g_source_attach() before it will be
3297 * and must be added to one with g_source_attach() before it will be
3348 * and attaches it to the main loop context using g_source_attach(). You can
3371 id = g_source_attach (source, NULL);
3402 * and attaches it to the main loop context using g_source_attach()
[all...]
H A Dgiochannel.c532 * and attaches it to the main loop context with g_source_attach().
556 id = g_source_attach (source, NULL);
H A Dgaliasdef.c1541 #undef g_source_attach macro
1542 extern __typeof (g_source_attach) g_source_attach __attribute((alias("IA__g_source_attach"), visibility("default")));
H A Dgalias.h1534 extern __typeof (g_source_attach) IA__g_source_attach __attribute((visibility("hidden")));
1535 #define g_source_attach IA__g_source_attach macro
/external/chromium/base/
H A Dmessage_pump_glib.cc162 g_source_attach(work_source_, context_);
H A Dmessage_pump_glib_unittest.cc28 g_source_attach(source_, NULL);
/external/webkit/Source/WebCore/platform/network/soup/
H A DSocketStreamHandleSoup.cpp226 g_source_attach(m_writeReadySource.get(), 0);
/external/bluetooth/glib/gio/inotify/
H A Dinotify-kernel.c206 g_source_attach (source, NULL);
/external/webkit/Source/WebCore/plugins/gtk/
H A Dgtk2xtbin.c391 tag = g_source_attach(gs, (GMainContext*)NULL);

Completed in 312 milliseconds