/third_party/glib/glib/tests/ |
D | mainloop.c | 72 source = g_source_new (&funcs, sizeof (GSource)); in test_maincontext_basic() 112 source = g_source_new (&funcs, sizeof (GSource)); in test_maincontext_basic() 122 source = g_source_new (&funcs, sizeof (GSource)); in test_maincontext_basic() 431 GSource *source = g_source_new (&counter_source_funcs, sizeof (CounterSource)); in counter_source_new() 953 source = g_source_new (&source_funcs, sizeof (GSource)); in test_ready_time() 1100 source = g_source_new (&funcs, sizeof (GSource)); in test_unref_while_pending() 1419 source_a = g_source_new (&no_funcs, sizeof (FlagSource)); in test_source_unix_fd_api() 1420 source_b = g_source_new (&no_funcs, sizeof (FlagSource)); in test_source_unix_fd_api() 1868 source = g_source_new (&source_funcs, sizeof (GSource)); in test_maincontext_source_finalization() 1878 source = g_source_new (&source_funcs, sizeof (GSource)); in test_maincontext_source_finalization() [all …]
|
D | timeout.c | 113 GSource *source = g_source_new (&source_funcs, sizeof (GSource)); in test_far_future_ready_time()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/x11/ |
D | xcb_event_source.c | 98 g_source_new (&xcb_event_source_funcs, sizeof (XCBEventSource)); in xcb_event_source_new()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/wayland/ |
D | wayland_event_source.c | 208 g_source_new (&wayland_event_source_funcs, sizeof (WaylandEventSource)); in wayland_event_source_new()
|
/third_party/gstreamer/gstplugins_bad/ext/vulkan/wayland/ |
D | wayland_event_source.c | 197 g_source_new (&wayland_event_source_funcs, sizeof (WaylandEventSource)); in wayland_event_source_new()
|
/third_party/glib/gio/ |
D | gpollableutils.c | 118 source = g_source_new (&pollable_source_funcs, sizeof (GPollableSource)); in g_pollable_source_new()
|
D | gcontextspecificgroup.c | 82 source = g_source_new (&source_funcs, sizeof (GContextSpecificSource)); in g_context_specific_source_new()
|
D | gcancellable.c | 800 source = g_source_new (&cancellable_source_funcs, sizeof (GCancellableSource)); in g_cancellable_source_new()
|
D | glocalfilemonitor.c | 658 source = g_source_new (&source_funcs, sizeof (GFileMonitorSource)); in g_file_monitor_source_new()
|
D | gtask.c | 2179 task_pool_manager = g_source_new (&trivial_source_funcs, sizeof (GSource)); in g_task_thread_pool_init()
|
D | gsocket.c | 4104 return g_source_new (&broken_funcs, sizeof (GSource)); in socket_source_new() 4111 return g_source_new (&broken_funcs, sizeof (GSource)); in socket_source_new() 4116 source = g_source_new (&socket_source_funcs, sizeof (GSocketSource)); in socket_source_new()
|
/third_party/cef/tests/shared/browser/ |
D | main_message_loop_external_pump_linux.cc | 170 work_source_ = g_source_new(&WorkSourceFuncs, sizeof(WorkSource)); in MainMessageLoopExternalPumpLinux()
|
/third_party/gstreamer/gstplugins_bad/ext/vulkan/xcb/ |
D | xcb_event_source.c | 248 g_source_new (&xcb_event_source_funcs, sizeof (XCBEventSource)); in xcb_event_source_new()
|
/third_party/glib/glib/ |
D | glib-unix.c | 345 source = g_source_new (&g_unix_fd_source_funcs, sizeof (GUnixFDSource)); in g_unix_fd_source_new()
|
D | giowin32.c | 1172 source = g_source_new (&g_io_watch_funcs, sizeof (GIOWin32Watch)); in g_io_win32_msg_create_watch() 1380 GSource *source = g_source_new (&g_io_watch_funcs, sizeof (GIOWin32Watch)); in g_io_win32_fd_create_watch() 1437 GSource *source = g_source_new (&g_io_watch_funcs, sizeof (GIOWin32Watch)); in g_io_win32_console_create_watch() 1602 GSource *source = g_source_new (&g_io_watch_funcs, sizeof (GIOWin32Watch)); in g_io_win32_sock_create_watch()
|
D | gmain.h | 553 GSource *g_source_new (GSourceFuncs *source_funcs,
|
D | giounix.c | 350 source = g_source_new (&g_io_watch_funcs, sizeof (GIOUnixWatch)); in g_io_unix_create_watch()
|
D | gmain.c | 950 g_source_new (GSourceFuncs *source_funcs, in g_source_new() function 4917 GSource *source = g_source_new (&g_timeout_funcs, sizeof (GTimeoutSource)); in g_timeout_source_new() 4949 GSource *source = g_source_new (&g_timeout_funcs, sizeof (GTimeoutSource)); in g_timeout_source_new_seconds() 5544 source = g_source_new (&g_unix_signal_funcs, sizeof (GUnixSignalWatchSource)); in _g_main_create_unix_signal_watch() 5684 source = g_source_new (&g_child_watch_funcs, sizeof (GChildWatchSource)); in g_child_watch_source_new() 5873 source = g_source_new (&g_idle_funcs, sizeof (GSource)); in g_idle_source_new()
|
/third_party/glib/gio/inotify/ |
D | inotify-kernel.c | 381 source = g_source_new (&source_funcs, sizeof (InotifyKernelSource)); in ik_source_new()
|
/third_party/libwebsockets/lib/event-libs/glib/ |
D | glib.c | 248 g_source_new((GSourceFuncs *)&lws_glib_source_ops, in elops_accept_glib()
|
/third_party/pulseaudio/src/pulse/ |
D | glib-mainloop.c | 625 g = (pa_glib_mainloop*) g_source_new(&source_funcs, sizeof(pa_glib_mainloop)); in pa_glib_mainloop_new()
|
D | ohos_glib-mainloop.c | 624 g = (pa_glib_mainloop*) g_source_new(&source_funcs, sizeof(pa_glib_mainloop)); in pa_glib_mainloop_new()
|
/third_party/gstreamer/gstplugins_bad/gst/netsim/ |
D | gstnetsim.c | 365 source = g_source_new (&gst_net_sim_source_funcs, sizeof (GSource)); in gst_net_sim_delay_buffer()
|
/third_party/gstreamer/gstreamer/gst/ |
D | gstbus.c | 899 source = (GstBusSource *) g_source_new (&gst_bus_source_funcs, in gst_bus_create_watch()
|
/third_party/libsoup/libsoup/ |
D | soup-message-io.c | 920 source = g_source_new (&message_source_funcs, in soup_message_io_get_source()
|