Home
last modified time | relevance | path

Searched refs:gcontext (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/chardev/
H A Dchar-socket.c469 chr, NULL, chr->gcontext); in tcp_chr_disconnect_locked()
612 chr->gcontext); in update_ioc_handlers()
634 g_source_attach(s->hup_source, chr->gcontext); in update_ioc_handlers()
670 chr, NULL, chr->gcontext); in tcp_chr_update_read_handler()
772 chr->gcontext); in tcp_chr_telnet_init()
875 chr->gcontext); in tcp_chr_tls_init()
916 NULL, chr->gcontext); in tcp_chr_new_client()
1066 g_main_context_acquire(chr->gcontext); in tcp_chr_wait_connected()
1068 g_main_context_release(chr->gcontext); in tcp_chr_wait_connected()
1116 NULL, chr->gcontext); in char_socket_finalize()
[all …]
H A Dchar-udp.c118 chr->gcontext); in udp_chr_update_read_handler()
/openbmc/phosphor-rest-server/module/obmc/wsgi/apps/
H A Drest_dbus.py837 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 Dchar.h71 GMainContext *gcontext; member