/third_party/glib/glib/tests/ |
D | mainloop.c | 88 id = g_source_attach (source, ctx); in test_maincontext_basic() 115 id = g_source_attach (source, ctx); in test_maincontext_basic() 125 id = g_source_attach (source, ctx); in test_maincontext_basic() 191 g_source_attach (source, ctx); in test_timeouts() 196 g_source_attach (source, ctx); in test_timeouts() 201 g_source_attach (source, ctx); in test_timeouts() 206 g_source_attach (source, ctx); in test_timeouts() 240 g_source_attach (sourcea, ctx); in test_priorities() 246 g_source_attach (sourceb, ctx); in test_priorities() 323 g_source_attach (source, ctx); in thread_func() [all …]
|
D | spawn-singlethread.c | 147 g_source_attach (source, context); in test_spawn_async() 153 g_source_attach (source, context); in test_spawn_async() 272 g_source_attach (source, context); in test_spawn_async_with_fds() 281 g_source_attach (source, context); in test_spawn_async_with_fds()
|
D | spawn-multithreaded.c | 184 g_source_attach (source, context); in test_spawn_async_multithreaded_instance() 190 g_source_attach (source, context); in test_spawn_async_multithreaded_instance()
|
D | unix.c | 218 g_source_attach (source, context); in nested_idle() 287 g_source_attach (source, context); in test_callback_after_signal()
|
D | timeout.c | 118 g_source_attach (source, context); in test_far_future_ready_time()
|
/third_party/libsoup/libsoup/ |
D | soup-misc.c | 87 g_source_attach (watch, async_context); in soup_add_io_watch() 115 g_source_attach (source, async_context); in soup_add_idle() 130 g_source_attach (source, async_context); in soup_add_completion_reffed() 182 g_source_attach (source, async_context); in soup_add_timeout()
|
/third_party/glib/tests/ |
D | sources.c | 54 g_source_attach (source, context); in thread_pool_attach_func() 86 g_source_attach (sources[i], context); in main() 122 g_source_attach (sources[i], context); in main()
|
D | mainloop-test.c | 163 g_source_attach (adder_source, context); in adder_thread() 170 g_source_attach (timeout_source, context); in adder_thread() 345 g_source_attach (source, context_array->pdata[g_random_int_range (0, context_array->len)]); in create_crawler() 394 g_source_attach (source, context); in recurser_start()
|
D | child-test.c | 130 g_source_attach (source, g_main_loop_get_context (new_main_loop)); in test_thread()
|
/third_party/gstreamer/gstplugins_bad/ext/wpe/ |
D | WPEThreadedView.cpp | 125 g_source_attach(source, view.glib.context); in s_viewThread() 237 g_source_attach(source, glib.context); in initialize() 297 g_source_attach(source, glib.context); in resize() 325 g_source_attach(source, glib.context); in frameComplete() 367 g_source_attach(source, glib.context); in loadUri() 412 g_source_attach(source, glib.context); in releaseImage()
|
/third_party/glib/gio/tests/ |
D | socket-common.c | 86 g_source_attach (source, NULL); in ensure_socket_condition() 109 g_source_attach (source, NULL); in ensure_connection_condition()
|
/third_party/cef/tests/cefclient/browser/ |
D | main_message_loop_multithreaded_gtk.cc | 42 guint id = g_source_attach(source, main_context); in idle_add() 54 guint id = g_source_attach(source, main_context); in timeout_add()
|
/third_party/libwebsockets/lib/event-libs/glib/ |
D | glib.c | 71 pt->glib.idle_tag = g_source_attach(gis, pt_to_g_main_context(pt)); in lws_glib_set_idle() 86 pt->glib.hrtimer_tag = g_source_attach(gts, pt_to_g_main_context(pt)); in lws_glib_set_timeout() 268 g_source_attach(wsi_to_gsource(wsi), pt_to_g_main_context(pt)); in elops_accept_glib()
|
/third_party/glib/gio/ |
D | gioscheduler.c | 266 g_source_attach (source, job->context); in g_io_scheduler_job_send_to_mainloop() 323 g_source_attach (source, job->context); in g_io_scheduler_job_send_to_mainloop_async()
|
/third_party/glib/glib/ |
D | glib-unix.c | 266 id = g_source_attach (source, NULL); in g_unix_signal_add_full() 393 id = g_source_attach (source, NULL); in g_unix_fd_add_full()
|
/third_party/gstreamer/gstreamer/tests/check/gst/ |
D | gstbus.c | 220 id = g_source_attach (source, ctx); in GST_START_TEST() 231 g_source_attach (source, ctx); in GST_START_TEST() 275 g_source_attach (source, ctx); in GST_START_TEST() 711 g_source_attach (source, ctx); in GST_START_TEST()
|
/third_party/glib/gio/inotify/ |
D | inotify-missing.c | 77 g_source_attach (source, GLIB_PRIVATE_CALL (g_get_worker_context) ()); in _im_add()
|
/third_party/gstreamer/gstplugins_bad/ext/vulkan/xcb/ |
D | vkdisplay_xcb.c | 107 g_source_attach (GST_VULKAN_DISPLAY (ret)->event_source, in gst_vulkan_display_xcb_new()
|
/third_party/gstreamer/gstplugins_bad/gst/debugutils/ |
D | gstwatchdog.c | 258 g_source_attach (watchdog->source, watchdog->main_context); in gst_watchdog_feed() 298 g_source_attach (quit_source, watchdog->main_context); in gst_watchdog_stop()
|
/third_party/glib/gio/kqueue/ |
D | kqueue-missing.c | 72 g_source_attach (source, GLIB_PRIVATE_CALL (g_get_worker_context) ()); in _km_add_missing()
|
/third_party/gstreamer/gstreamer/libs/gst/helpers/ |
D | gst-ptp-helper.c | 498 g_source_attach (socket_event_source, NULL); in setup_sockets() 504 g_source_attach (socket_general_source, NULL); in setup_sockets() 582 g_source_attach (stdin_source, NULL); in setup_stdio_channels()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/ |
D | convertframe.c | 520 g_source_attach (source, context->context); in convert_frame_finish() 751 g_source_attach (ctx->timeout_source, context); in gst_video_convert_sample_async() 767 g_source_attach (source, context); in gst_video_convert_sample_async()
|
/third_party/gstreamer/gstplugins_bad/ext/vulkan/wayland/ |
D | vkdisplay_wayland.c | 136 g_source_attach (GST_VULKAN_DISPLAY (ret)->event_source, in gst_vulkan_display_wayland_new()
|
/third_party/glib/gio/fam/ |
D | gfamfilemonitor.c | 137 g_source_attach (fam_source, GLIB_PRIVATE_CALL(g_get_worker_context) ()); in g_fam_file_monitor_is_supported()
|
/third_party/cef/tests/shared/browser/ |
D | main_message_loop_external_pump_linux.cc | 177 g_source_attach(work_source_, context_); in MainMessageLoopExternalPumpLinux()
|