Home
last modified time | relevance | path

Searched refs:mainloop (Results 1 – 23 of 23) sorted by relevance

/openbsd-src/gnu/llvm/lldb/tools/lldb-server/
H A Dlldb-gdbserver.cpp83 MainLoop &mainloop) const override {
88 MainLoop &mainloop) const override {
99 static void sighup_handler(MainLoopBase &mainloop) { in sighup_handler() argument
107 mainloop.RequestTermination(); in sighup_handler()
194 void ConnectToRemote(MainLoop &mainloop, in ConnectToRemote() argument
331 MainLoop mainloop; in main_gdbserver() local
336 mainloop.RegisterSignal(SIGHUP, sighup_handler, error); in main_gdbserver()
439 GDBRemoteCommunicationServerLLGS gdb_server(mainloop, factory); in main_gdbserver()
462 ConnectToRemote(mainloop, gdb_server, reverse_connect, host_and_port, in main_gdbserver()
471 Status ret = mainloop.Run(); in main_gdbserver()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/OpenBSD/
H A DNativeProcessOpenBSD.h35 MainLoop &mainloop) const override;
39 MainLoop &mainloop) const override;
103 const ArchSpec &arch, MainLoop &mainloop);
H A DNativeProcessOpenBSD.cpp68 MainLoop &mainloop) const { in Launch()
106 Info.GetArchitecture(), mainloop)); in Launch()
122 MainLoop &mainloop) const { in Attach()
135 pid, -1, native_delegate, Info.GetArchitecture(), mainloop)); in Attach()
158 MainLoop &mainloop) in NativeProcessOpenBSD() argument
166 m_sigchld_handle = mainloop.RegisterSignal( in NativeProcessOpenBSD()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/NetBSD/
H A DNativeProcessNetBSD.h34 MainLoop &mainloop) const override;
38 MainLoop &mainloop) const override;
102 const ArchSpec &arch, MainLoop &mainloop);
H A DNativeProcessNetBSD.cpp61 MainLoop &mainloop) const { in Launch()
99 Info.GetArchitecture(), mainloop)); in Launch()
115 MainLoop &mainloop) const { in Attach()
127 pid, -1, native_delegate, Info.GetArchitecture(), mainloop)); in Attach()
148 MainLoop &mainloop) in NativeProcessNetBSD() argument
150 m_main_loop(mainloop) { in NativeProcessNetBSD()
157 m_sigchld_handle = mainloop.RegisterSignal( in NativeProcessNetBSD()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/FreeBSD/
H A DNativeProcessFreeBSD.h37 MainLoop &mainloop) const override;
41 MainLoop &mainloop) const override;
109 const ArchSpec &arch, MainLoop &mainloop);
H A DNativeProcessFreeBSD.cpp56 MainLoop &mainloop) const { in Launch()
94 Info.GetArchitecture(), mainloop)); in Launch()
110 MainLoop &mainloop) const { in Attach()
122 pid, -1, native_delegate, Info.GetArchitecture(), mainloop)); in Attach()
147 MainLoop &mainloop) in NativeProcessFreeBSD() argument
149 m_main_loop(mainloop) { in NativeProcessFreeBSD()
156 m_sigchld_handle = mainloop.RegisterSignal( in NativeProcessFreeBSD()
/openbsd-src/gnu/llvm/lldb/include/lldb/Host/
H A DMainLoopBase.h88 ReadHandle(MainLoopBase &mainloop, IOObject::WaitableHandle handle) in ReadHandle() argument
89 : m_mainloop(mainloop), m_handle(handle) {} in ReadHandle()
/openbsd-src/gnu/llvm/lldb/include/lldb/Host/posix/
H A DMainLoopPosix.h68 SignalHandle(MainLoopPosix &mainloop, int signo, in SignalHandle() argument
70 : m_mainloop(mainloop), m_signo(signo), m_callback_it(callback_it) {} in SignalHandle()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Linux/
H A DNativeProcessLinux.h47 MainLoop &mainloop) const override;
51 MainLoop &mainloop) const override;
163 const ArchSpec &arch, MainLoop &mainloop,
H A DNativeProcessLinux.cpp222 MainLoop &mainloop) const { in Launch()
263 *arch_or, mainloop, {pid})); in Launch()
269 MainLoop &mainloop) const { in Attach()
283 pid, -1, native_delegate, *arch_or, mainloop, tids)); in Attach()
306 const ArchSpec &arch, MainLoop &mainloop, in NativeProcessLinux() argument
309 m_main_loop(mainloop), m_intel_pt_collector(*this) { in NativeProcessLinux()
316 m_sigchld_handle = mainloop.RegisterSignal( in NativeProcessLinux()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/
H A DNativeProcessWindows.h38 MainLoop &mainloop) const override;
42 MainLoop &mainloop) const override;
H A DNativeProcessWindows.cpp609 MainLoop &mainloop) const { in Launch()
621 MainLoop &mainloop) const { in Attach()
/openbsd-src/usr.bin/ssh/
H A Dsmult_curve25519_ref.c124 static void mainloop(unsigned int work[64],const unsigned char e[32]) in mainloop() function
259 mainloop(work,e); in crypto_scalarmult_curve25519()
/openbsd-src/sbin/iked/
H A Dsmult_curve25519_ref.c124 static void mainloop(unsigned int work[64],const unsigned char e[32]) in mainloop() function
259 mainloop(work,e); in crypto_scalarmult_curve25519()
/openbsd-src/gnu/llvm/lldb/include/lldb/Host/common/
H A DNativeProcessProtocol.h298 MainLoop &mainloop) const = 0;
320 MainLoop &mainloop) const = 0;
/openbsd-src/gnu/llvm/lldb/examples/python/
H A Dlldbtk.py571 tree.mainloop()
596 tree.mainloop()
617 tree.mainloop()
/openbsd-src/games/snake/
H A Dsnake.c112 void mainloop(void);
237 mainloop(); in main()
243 mainloop(void) in mainloop() function
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.h37 MainLoop &mainloop,
H A DGDBRemoteCommunicationServerLLGS.cpp72 MainLoop &mainloop, const NativeProcessProtocol::Factory &process_factory) in GDBRemoteCommunicationServerLLGS() argument
73 : GDBRemoteCommunicationServerCommon(), m_mainloop(mainloop), in GDBRemoteCommunicationServerLLGS()
/openbsd-src/gnu/usr.bin/binutils/config/
H A Dacinclude.m4711 if test -f "$ac_cv_c_ilupath/runtime/mainloop/Makefile" ; then
712 ac_cv_c_ilulib4=`(cd $ac_cv_c_ilupath/runtime/mainloop; ${PWDCMD-pwd})`
/openbsd-src/gnu/gcc/config/
H A Dacinclude.m4711 if test -f "$ac_cv_c_ilupath/runtime/mainloop/Makefile" ; then
712 ac_cv_c_ilulib4=`(cd $ac_cv_c_ilupath/runtime/mainloop; ${PWDCMD-pwd})`
/openbsd-src/gnu/usr.bin/binutils-2.17/config/
H A Dacinclude.m4711 if test -f "$ac_cv_c_ilupath/runtime/mainloop/Makefile" ; then
712 ac_cv_c_ilulib4=`(cd $ac_cv_c_ilupath/runtime/mainloop; ${PWDCMD-pwd})`