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

12

/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Host/
H A DMainLoop.h1 //===-- MainLoop.h ----------------------------------------------*- C++ -*-===//
37 class MainLoop : public MainLoopBase { class in namespace:lldb_private
44 MainLoop();
45 ~MainLoop() override;
51 // Listening for signals from multiple MainLoop instances is perfectly safe
82 SignalHandle(MainLoop &mainloop, int signo)
85 MainLoop &m_mainloop;
88 friend class MainLoop;
/freebsd-12-stable/contrib/llvm-project/lldb/source/Host/common/
H A DMainLoop.cpp1 //===-- MainLoop.cpp --------------------------------------------*- C++ -*-===//
12 #include "lldb/Host/MainLoop.h"
72 class MainLoop::RunImpl {
74 RunImpl(MainLoop &loop);
81 MainLoop &loop;
100 MainLoop::RunImpl::RunImpl(MainLoop &loop) : loop(loop) {
104 Status MainLoop::RunImpl::Poll() {
124 void MainLoop::RunImpl::ProcessEvents() {
142 MainLoop
[all...]
H A DTCPSocket.cpp16 #include "lldb/Host/MainLoop.h"
252 MainLoop accept_loop;
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/
H A DNativeProcessNetBSD.h34 MainLoop &mainloop) const override;
38 MainLoop &mainloop) const override;
91 MainLoop::SignalHandleUP m_sigchld_handle;
98 const ArchSpec &arch, MainLoop &mainloop);
H A DNativeProcessNetBSD.cpp61 MainLoop &mainloop) const {
126 MainLoop &mainloop) const {
152 MainLoop &mainloop)
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/Darwin/
H A DNativeProcessDarwin.h53 MainLoop &mainloop, NativeProcessProtocolSP &process_sp);
57 MainLoop &mainloop, NativeProcessProtocolSP &process_sp);
182 MainLoop::ReadHandleUP m_waitpid_reader_handle;
206 Status FinalizeLaunch(LaunchFlavor launch_flavor, MainLoop &main_loop);
238 Status StartWaitpidThread(MainLoop &main_loop);
248 void AttachToInferior(MainLoop &mainloop, lldb::pid_t pid, Status &error);
H A DNativeProcessDarwin.cpp53 NativeProcessProtocol::NativeDelegate &native_delegate, MainLoop &mainloop,
121 MainLoop &mainloop, NativeProcessProtocolSP &native_process_sp) {
169 MainLoop &main_loop) {
858 Status NativeProcessDarwin::StartWaitpidThread(MainLoop &main_loop) {
1138 void NativeProcessDarwin::AttachToInferior(MainLoop &mainloop, lldb::pid_t pid,
/freebsd-12-stable/contrib/wpa/wpa_supplicant/examples/p2p/
H A Dp2p_disconnect.py103 # Allows other threads to keep working while MainLoop runs
105 gobject.MainLoop().get_context().iteration(True)
108 gobject.MainLoop().run()
H A Dp2p_find.py116 # Allows other threads to keep working while MainLoop runs
118 gobject.MainLoop().get_context().iteration(True)
120 gobject.MainLoop().run()
H A Dp2p_flush.py103 # Allows other threads to keep working while MainLoop runs
105 gobject.MainLoop().get_context().iteration(True)
108 gobject.MainLoop().run()
H A Dp2p_listen.py106 # Allows other threads to keep working while MainLoop runs
108 gobject.MainLoop().get_context().iteration(True)
110 gobject.MainLoop().run()
H A Dp2p_stop_find.py108 # Allows other threads to keep working while MainLoop runs
110 gobject.MainLoop().get_context().iteration(True)
113 gobject.MainLoop().run()
H A Dp2p_group_add.py148 # Allows other threads to keep working while MainLoop runs
150 gobject.MainLoop().get_context().iteration(True)
152 gobject.MainLoop().run()
H A Dp2p_invite.py134 # Allows other threads to keep working while MainLoop runs
136 gobject.MainLoop().get_context().iteration(True)
138 gobject.MainLoop().run()
H A Dp2p_connect.py218 gobject.MainLoop().run()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.h16 #include "lldb/Host/MainLoop.h"
36 MainLoop &mainloop,
73 MainLoop &m_mainloop;
74 MainLoop::ReadHandleUP m_network_handle_up;
82 MainLoop::ReadHandleUP m_stdio_handle_up;
/freebsd-12-stable/contrib/llvm-project/lldb/tools/driver/
H A DDriver.h42 int MainLoop();
H A DDriver.cpp97 // In the Driver::MainLoop, we change the terminal settings. This function is
467 int Driver::MainLoop() { function in class:Driver
890 exit_code = driver.MainLoop();
/freebsd-12-stable/contrib/wpa/wpa_supplicant/examples/
H A Ddbus-listen-preq.py66 gobject.MainLoop().run()
H A Dwpas-dbus-new-wps.py76 gobject.MainLoop().run()
H A Dwpas-dbus-new-signals.py86 gobject.MainLoop().quit()
199 gobject.MainLoop().run()
H A Dwpas-dbus-new.py143 gobject.MainLoop().run()
/freebsd-12-stable/contrib/llvm-project/lldb/tools/lldb-server/
H A Dlldb-gdbserver.cpp75 MainLoop &mainloop) const override {
80 MainLoop &mainloop) const override {
226 void ConnectToRemote(MainLoop &mainloop,
362 MainLoop mainloop;
366 MainLoop::SignalHandleUP sighup_handle =
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Host/common/
H A DNativeProcessProtocol.h16 #include "lldb/Host/MainLoop.h"
279 MainLoop &mainloop) const = 0;
301 MainLoop &mainloop) const = 0;
/freebsd-12-stable/lib/clang/liblldb/
H A DMakefile226 SRCS+= Host/common/MainLoop.cpp

Completed in 266 milliseconds

12