Home
last modified time | relevance | path

Searched defs:mainloop (Results 1 – 11 of 11) 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()
201 void ConnectToRemote(MainLoop &mainloop, in ConnectToRemote()
344 MainLoop mainloop; in main_gdbserver() local
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/posix/
H A DMainLoopPosix.h69 SignalHandle(MainLoopPosix &mainloop, int signo, in SignalHandle()
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/
H A DMainLoopBase.h108 ReadHandle(MainLoopBase &mainloop, IOObject::WaitableHandle handle) in ReadHandle()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/AIX/
H A DNativeProcessAIX.cpp50 NativeProcessAIX::Manager::Manager(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/llvm-project/lldb/include/lldb/Host/common/
H A DNativeProcessProtocol.h273 Manager(MainLoop &mainloop) : m_mainloop(mainloop) {} in Manager()
/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/FreeBSD/
H A DNativeProcessFreeBSD.cpp164 MainLoop &mainloop) in NativeProcessFreeBSD()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/
H A DNativeProcessNetBSD.cpp146 MainLoop &mainloop) in NativeProcessNetBSD()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp71 MainLoop &mainloop, NativeProcessProtocol::Manager &process_manager) in GDBRemoteCommunicationServerLLGS()