Lines Matching defs:mainloop
77 NativeProcessManager(MainLoop &mainloop)
78 : NativeProcessProtocol::Manager(mainloop) {}
98 static void sighup_handler(MainLoopBase &mainloop) {
106 mainloop.RequestTermination();
193 void ConnectToRemote(MainLoop &mainloop,
336 MainLoop mainloop;
341 mainloop.RegisterSignal(SIGHUP, sighup_handler, error);
445 NativeProcessManager manager(mainloop);
446 GDBRemoteCommunicationServerLLGS gdb_server(mainloop, manager);
469 ConnectToRemote(mainloop, gdb_server, reverse_connect, host_and_port,
478 Status ret = mainloop.Run();