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,
324 MainLoop mainloop;
329 mainloop.RegisterSignal(SIGHUP, sighup_handler, error);
431 NativeProcessManager manager(mainloop);
432 GDBRemoteCommunicationServerLLGS gdb_server(mainloop, manager);
455 ConnectToRemote(mainloop, gdb_server, reverse_connect, host_and_port,
464 Status ret = mainloop.Run();