Home
last modified time | relevance | path

Searched refs:MainLoop (Results 1 – 25 of 25) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Host/
H A DMainLoop.h15 using MainLoop = MainLoopWindows; variable
20 using MainLoop = MainLoopPosix; variable
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/
H A DNativeProcessNetBSD.h96 MainLoop::SignalHandleUP m_sigchld_handle;
98 MainLoop& m_main_loop;
104 const ArchSpec &arch, MainLoop &mainloop);
H A DNativeProcessNetBSD.cpp146 MainLoop &mainloop) in NativeProcessNetBSD()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DNativeProcessFreeBSD.h102 MainLoop::SignalHandleUP m_sigchld_handle;
104 MainLoop& m_main_loop;
110 const ArchSpec &arch, MainLoop &mainloop);
H A DNativeProcessFreeBSD.cpp163 MainLoop &mainloop) in NativeProcessFreeBSD()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.h38 MainLoop &mainloop,
101 MainLoop &m_mainloop;
102 MainLoop::ReadHandleUP m_network_handle_up;
112 MainLoop::ReadHandleUP m_stdio_handle_up;
H A DGDBRemoteCommunicationServerLLGS.cpp71 MainLoop &mainloop, NativeProcessProtocol::Manager &process_manager) in GDBRemoteCommunicationServerLLGS()
/freebsd/contrib/wpa/wpa_supplicant/examples/p2p/
H A Dp2p_flush.py105 gobject.MainLoop().get_context().iteration(True)
108 gobject.MainLoop().run()
H A Dp2p_listen.py108 gobject.MainLoop().get_context().iteration(True)
110 gobject.MainLoop().run()
H A Dp2p_disconnect.py105 gobject.MainLoop().get_context().iteration(True)
108 gobject.MainLoop().run()
H A Dp2p_stop_find.py110 gobject.MainLoop().get_context().iteration(True)
113 gobject.MainLoop().run()
H A Dp2p_find.py118 gobject.MainLoop().get_context().iteration(True)
120 gobject.MainLoop().run()
H A Dp2p_invite.py136 gobject.MainLoop().get_context().iteration(True)
138 gobject.MainLoop().run()
H A Dp2p_group_add.py150 gobject.MainLoop().get_context().iteration(True)
152 gobject.MainLoop().run()
H A Dp2p_connect.py218 gobject.MainLoop().run()
/freebsd/contrib/llvm-project/lldb/tools/lldb-server/
H A Dlldb-gdbserver.cpp77 NativeProcessManager(MainLoop &mainloop)
193 void ConnectToRemote(MainLoop &mainloop, in ConnectToRemote()
324 MainLoop mainloop; in main_gdbserver()
328 MainLoop::SignalHandleUP sighup_handle = in main_gdbserver()
/freebsd/contrib/wpa/wpa_supplicant/examples/
H A Dwpas-dbus-new-signals.py86 gobject.MainLoop().quit()
199 gobject.MainLoop().run()
H A Ddbus-listen-preq.py66 gobject.MainLoop().run()
H A Dwpas-dbus-new-wps.py76 gobject.MainLoop().run()
H A Dwpas-dbus-new.py143 gobject.MainLoop().run()
/freebsd/contrib/llvm-project/lldb/tools/driver/
H A DDriver.h42 int MainLoop();
H A DDriver.cpp425 int Driver::MainLoop() { in MainLoop() function in Driver
807 exit_code = driver.MainLoop(); in main()
/freebsd/contrib/llvm-project/lldb/include/
H A Dmodule.modulemap38 module MainLoop { header "lldb/Host/MainLoop.h" export * }
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/common/
H A DNativeProcessProtocol.h277 Manager(MainLoop &mainloop) : m_mainloop(mainloop) {} in Manager()
333 MainLoop &m_mainloop;
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DTCPSocket.cpp267 MainLoop accept_loop; in Accept()