Searched refs:gcontext (Results 1 – 9 of 9) sorted by relevance
/openbmc/qemu/chardev/ |
H A D | char-socket.c | 478 chr, NULL, chr->gcontext); in tcp_chr_disconnect_locked() 609 chr->gcontext); in update_ioc_handlers() 631 g_source_attach(s->hup_source, chr->gcontext); in update_ioc_handlers() 667 chr, NULL, chr->gcontext); in tcp_chr_update_read_handler() 769 chr->gcontext); in tcp_chr_telnet_init() 872 chr->gcontext); in tcp_chr_tls_init() 909 NULL, chr->gcontext); in tcp_chr_new_client() 1059 g_main_context_acquire(chr->gcontext); in tcp_chr_wait_connected() 1061 g_main_context_release(chr->gcontext); in tcp_chr_wait_connected() 1109 NULL, chr->gcontext); in char_socket_finalize() [all …]
|
H A D | char.c | 237 s->gcontext = context; in qemu_chr_be_update_read_handlers() 989 GMainContext *gcontext, in chardev_new() argument 1005 chr->gcontext = gcontext; in chardev_new() 1026 GMainContext *gcontext, in qemu_chardev_new() argument 1037 chr = chardev_new(id, typename, backend, gcontext, false, errp); in qemu_chardev_new() 1145 backend, chr->gcontext, handover_yank_instance, errp); in qmp_chardev_change() 1254 g_source_attach(source, chr->gcontext); in qemu_chr_timeout_add_ms()
|
H A D | char-pty.c | 71 qemu_chr_be_update_read_handlers(chr, chr->gcontext); in pty_chr_timer() 199 chr, chr->gcontext); in pty_chr_state()
|
H A D | char-udp.c | 118 chr->gcontext); in udp_chr_update_read_handler()
|
H A D | char-fd.c | 177 chr->gcontext); in fd_chr_update_read_handler()
|
H A D | char-fe.c | 366 tag = g_source_attach(src, s->gcontext); in qemu_chr_fe_add_watch()
|
H A D | char-mux.c | 311 chr->gcontext, true, false); in mux_chr_update_read_handlers()
|
/openbmc/phosphor-rest-server/module/obmc/wsgi/apps/ |
H A D | rest_dbus.py | 837 gcontext = loop.get_context() 842 if gcontext.pending(): 843 gcontext.iteration() 999 gcontext = loop.get_context() 1007 if gcontext.pending(): 1008 gcontext.iteration() 1671 gcontext = loop.get_context() 1674 if gcontext.pending(): 1675 gcontext.iteration()
|
/openbmc/qemu/include/chardev/ |
H A D | char.h | 71 GMainContext *gcontext; member
|