Home
last modified time | relevance | path

Searched defs:mainloop (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/lldb/tools/lldb-server/
H A Dlldb-gdbserver.cpp98 static void sighup_handler(MainLoopBase &mainloop) { in sighup_handler()
193 void ConnectToRemote(MainLoop &mainloop, in ConnectToRemote()
324 MainLoop mainloop; in main_gdbserver() local
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/
H A DMainLoopBase.h88 ReadHandle(MainLoopBase &mainloop, IOObject::WaitableHandle handle) in ReadHandle()
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/posix/
H A DMainLoopPosix.h68 SignalHandle(MainLoopPosix &mainloop, int signo, in SignalHandle()
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/common/
H A DNativeProcessProtocol.h277 Manager(MainLoop &mainloop) : m_mainloop(mainloop) {} in Manager()
/freebsd/crypto/openssh/
H A Dsmult_curve25519_ref.c124 static void mainloop(unsigned int work[64],const unsigned char e[32]) in mainloop() function
/freebsd/contrib/bsddialog/lib/
H A Dbarbox.c121 bool mainloop; in bsddialog_gauge() local
/freebsd/sys/netpfil/ipfw/test/
H A Dmain.c201 mainloop(struct cfg_s *c) in mainloop() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/
H A DNativeProcessNetBSD.cpp146 MainLoop &mainloop) in NativeProcessNetBSD() argument
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DNativeProcessFreeBSD.cpp163 MainLoop &mainloop) in NativeProcessFreeBSD()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp71 MainLoop &mainloop, NativeProcessProtocol::Manager &process_manager) in GDBRemoteCommunicationServerLLGS()