/third_party/glib/glib/tests/ |
D | mainloop.c | 114 g_source_set_callback (source, cb, data, NULL); in test_maincontext_basic() 124 g_source_set_callback (source, cb, data, NULL); in test_maincontext_basic() 190 g_source_set_callback (source, count_calls, &a, NULL); in test_timeouts() 195 g_source_set_callback (source, count_calls, &b, NULL); in test_timeouts() 200 g_source_set_callback (source, count_calls, &c, NULL); in test_timeouts() 205 g_source_set_callback (source, (GSourceFunc)g_main_loop_quit, loop, NULL); in test_timeouts() 238 g_source_set_callback (sourcea, count_calls, &a, NULL); in test_priorities() 244 g_source_set_callback (sourceb, count_calls, &b, NULL); in test_priorities() 322 g_source_set_callback (source, quit_loop, loop, NULL); in thread_func() 452 g_source_set_callback (timeout, quit_loop, inner, NULL); in run_inner_loop() [all …]
|
D | spawn-singlethread.c | 146 g_source_set_callback (source, (GSourceFunc)on_child_exited, &data, NULL); in test_spawn_async() 152 g_source_set_callback (source, (GSourceFunc)on_child_stdout, &data, NULL); in test_spawn_async() 271 g_source_set_callback (source, (GSourceFunc)on_child_exited, &data, NULL); in test_spawn_async_with_fds() 279 g_source_set_callback (source, (GSourceFunc)on_child_stdout, in test_spawn_async_with_fds()
|
D | spawn-multithreaded.c | 183 g_source_set_callback (source, (GSourceFunc)on_child_exited, &data, NULL); in test_spawn_async_multithreaded_instance() 189 g_source_set_callback (source, (GSourceFunc)on_child_stdout, &data, NULL); in test_spawn_async_multithreaded_instance()
|
D | unix.c | 217 g_source_set_callback (source, on_sig_received, nested, NULL); in nested_idle() 286 g_source_set_callback (source, on_sigwinch_received, mainloop, NULL); in test_callback_after_signal()
|
/third_party/libsoup/libsoup/ |
D | soup-misc.c | 86 g_source_set_callback (watch, (GSourceFunc) function, data, NULL); in soup_add_io_watch() 114 g_source_set_callback (source, function, data, NULL); in soup_add_idle() 129 g_source_set_callback (source, function, data, dnotify); in soup_add_completion_reffed() 181 g_source_set_callback (source, function, data, NULL); in soup_add_timeout()
|
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-eventlib-foreign/ |
D | glib.c | 61 g_source_set_callback(sighandler_glib.gs, G_SOURCE_FUNC(signal_cb_glib), in foreign_event_loop_init_and_run_glib() 67 g_source_set_callback(timer_outer_glib.gs, timer_cb_glib, NULL, NULL); in foreign_event_loop_init_and_run_glib()
|
/third_party/glib/tests/ |
D | sources.c | 85 g_source_set_callback (sources[i], callback, NULL, NULL); in main() 120 g_source_set_callback (sources[i], callback, NULL, NULL); in main() 158 g_source_set_callback (sources[i], callback, NULL, NULL); in main()
|
D | mainloop-test.c | 162 g_source_set_callback (adder_source, (GSourceFunc)adder_callback, &addr_data, NULL); in adder_thread() 168 g_source_set_callback (timeout_source, (GSourceFunc)timeout_callback, &addr_data, NULL); in adder_thread() 339 g_source_set_callback (source, (GSourceFunc)crawler_callback, source, NULL); in create_crawler() 393 g_source_set_callback (source, recurser_idle, context, NULL); in recurser_start()
|
D | child-test.c | 129 g_source_set_callback (source, (GSourceFunc) child_watch_callback, data, NULL); in test_thread()
|
/third_party/glib/gio/tests/ |
D | socket-common.c | 83 g_source_set_callback (source, in ensure_socket_condition() 106 g_source_set_callback (source, in ensure_connection_condition()
|
/third_party/cef/tests/cefclient/browser/ |
D | main_message_loop_multithreaded_gtk.cc | 41 g_source_set_callback(source, function, data, nullptr); in idle_add() 53 g_source_set_callback(source, function, data, nullptr); in timeout_add()
|
/third_party/libwebsockets/lib/event-libs/glib/ |
D | glib.c | 83 g_source_set_callback(pt_to_priv_glib(pt)->idle.gs, in lws_glib_set_idle() 100 g_source_set_callback(pt_to_priv_glib(pt)->hrtimer.gs, in lws_glib_set_timeout() 288 g_source_set_callback(wsi_to_gsource(wsi), in elops_accept_glib()
|
/third_party/glib/gio/ |
D | gioscheduler.c | 262 g_source_set_callback (source, mainloop_proxy_func, proxy, in g_io_scheduler_job_send_to_mainloop() 319 g_source_set_callback (source, mainloop_proxy_func, proxy, in g_io_scheduler_job_send_to_mainloop_async()
|
D | gpollfilemonitor.c | 163 g_source_set_callback (poll_monitor->timeout, poll_file_timeout, poll_monitor, NULL); in schedule_poll_timeout()
|
D | gnetworkmonitornetlink.c | 156 g_source_set_callback (nl->priv->source, in g_network_monitor_netlink_initable_init() 218 g_source_set_callback (nl->priv->dump_source, in queue_request_dump()
|
/third_party/glib/glib/ |
D | glib-unix.c | 265 g_source_set_callback (source, handler, user_data, notify); in g_unix_signal_add_full() 392 g_source_set_callback (source, (GSourceFunc) function, user_data, notify); in g_unix_fd_add_full()
|
/third_party/gstreamer/gstreamer/tests/check/gst/ |
D | gstbus.c | 218 g_source_set_callback (source, (GSourceFunc) gst_bus_async_signal_func, NULL, in GST_START_TEST() 230 g_source_set_callback (source, (GSourceFunc) send_messages, NULL, NULL); in GST_START_TEST() 274 g_source_set_callback (source, (GSourceFunc) send_messages, NULL, NULL); in GST_START_TEST() 800 g_source_set_callback (source, (GSourceFunc) cb_bus_call, loop, NULL); in GST_START_TEST()
|
/third_party/gstreamer/gstplugins_bad/sys/mediafoundation/ |
D | gstwin32devicewatcher.cpp | 230 g_source_set_callback (idle_source, in gst_win32_device_watcher_thread_func() 241 g_source_set_callback (msg_source, in gst_win32_device_watcher_thread_func()
|
/third_party/gstreamer/gstplugins_bad/gst/debugutils/ |
D | gstwatchdog.c | 259 g_source_set_callback (watchdog->source, gst_watchdog_trigger, in gst_watchdog_feed() 299 g_source_set_callback (quit_source, gst_watchdog_quit_mainloop, watchdog, in gst_watchdog_stop()
|
/third_party/glib/gio/inotify/ |
D | inotify-missing.c | 76 g_source_set_callback (source, im_scan_missing, NULL, NULL); in _im_add()
|
/third_party/glib/gio/kqueue/ |
D | kqueue-missing.c | 71 g_source_set_callback (source, _km_scan_missing_cb, NULL, NULL); in _km_add_missing()
|
/third_party/gstreamer/gstreamer/libs/gst/helpers/ |
D | gst-ptp-helper.c | 494 g_source_set_callback (socket_event_source, (GSourceFunc) have_socket_data_cb, in setup_sockets() 500 g_source_set_callback (socket_general_source, in setup_sockets() 578 g_source_set_callback (stdin_source, (GSourceFunc) have_stdin_data_cb, NULL, in setup_stdio_channels()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/ |
D | convertframe.c | 516 g_source_set_callback (source, in convert_frame_finish() 747 g_source_set_callback (ctx->timeout_source, in gst_video_convert_sample_async() 764 g_source_set_callback (source, (GSourceFunc) convert_frame_bus_callback, in gst_video_convert_sample_async()
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/play/ |
D | gstplay-signal-adapter.c | 258 g_source_set_callback (self->source, in gst_play_signal_adapter_new() 292 g_source_set_callback (self->source, in gst_play_signal_adapter_new_with_main_context()
|
/third_party/glib/gio/fam/ |
D | gfamfilemonitor.c | 136 g_source_set_callback (fam_source, (GSourceFunc) g_fam_file_monitor_callback, NULL, NULL); in g_fam_file_monitor_is_supported()
|