Searched defs:mainloop (Results 1 – 10 of 10) sorted by relevance
/freebsd-src/contrib/llvm-project/lldb/tools/lldb-server/ |
H A D | lldb-gdbserver.cpp | 98 static void sighup_handler(MainLoopBase &mainloop) { in sighup_handler() argument 193 void ConnectToRemote(MainLoop &mainloop, in ConnectToRemote() argument 324 MainLoop mainloop; in main_gdbserver() local [all...] |
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Host/ |
H A D | MainLoopBase.h | 88 ReadHandle(MainLoopBase &mainloop, IOObject::WaitableHandle handle) in ReadHandle()
|
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Host/posix/ |
H A D | MainLoopPosix.h | 68 SignalHandle(MainLoopPosix &mainloop, int signo, in SignalHandle()
|
/freebsd-src/crypto/openssh/ |
H A D | smult_curve25519_ref.c | 124 static void mainloop(unsigned int work[64],const unsigned char e[32]) in mainloop() function
|
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Host/common/ |
H A D | NativeProcessProtocol.h | 277 Manager(MainLoop &mainloop) : m_mainloop(mainloop) {} in Manager()
|
/freebsd-src/contrib/bsddialog/lib/ |
H A D | barbox.c | 121 bool mainloop; in bsddialog_gauge() local
|
/freebsd-src/sys/netpfil/ipfw/test/ |
H A D | main.c | 201 mainloop(struct cfg_s *c) in mainloop() function
|
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/ |
H A D | NativeProcessFreeBSD.cpp | 145 NativeProcessFreeBSD(::pid_t pid,int terminal_fd,NativeDelegate & delegate,const ArchSpec & arch,MainLoop & mainloop) NativeProcessFreeBSD() argument
|
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/ |
H A D | NativeProcessNetBSD.cpp | 146 MainLoop &mainloop) in NativeProcessNetBSD()
|
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
H A D | GDBRemoteCommunicationServerLLGS.cpp | 71 MainLoop &mainloop, NativeProcessProtocol::Manager &process_manager) in GDBRemoteCommunicationServerLLGS() argument
|