Searched refs:gcontext (Results 1 – 4 of 4) sorted by relevance
469 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 …]
118 chr->gcontext); in udp_chr_update_read_handler()
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()
71 GMainContext *gcontext; member