Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Host/
H A DMainLoopBase.h69 ~ReadHandle() { m_mainloop.UnregisterReadObject(m_handle); } in ~ReadHandle()
73 : m_mainloop(mainloop), m_handle(handle) {} in ReadHandle()
75 MainLoopBase &m_mainloop; variable
H A DMainLoop.h80 ~SignalHandle() { m_mainloop.UnregisterSignal(m_signo); } in ~SignalHandle()
84 : m_mainloop(mainloop), m_signo(signo) {} in SignalHandle()
86 MainLoop &m_mainloop; variable
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.h82 MainLoop &m_mainloop;
H A DGDBRemoteCommunicationServerLLGS.cpp76 m_mainloop(mainloop), m_process_factory(process_factory), in GDBRemoteCommunicationServerLLGS()
231 m_process_factory.Launch(m_process_launch_info, *this, m_mainloop); in LaunchProcess()
297 auto process_or = m_process_factory.Attach(pid, *this, m_mainloop); in AttachToProcess()
809 m_mainloop.RequestTermination();
897 m_mainloop.RequestTermination();
917 m_mainloop.RequestTermination();
929 m_network_handle_up = m_mainloop.RegisterReadObject(
979 m_stdio_handle_up = m_mainloop.RegisterReadObject(