Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-server/
H A Dlldb-gdbserver.cpp116 static void sighup_handler(MainLoopBase &mainloop) { in sighup_handler()
227 void ConnectToRemote(MainLoop &mainloop, in ConnectToRemote()
365 MainLoop mainloop; in main_gdbserver() local
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Host/
H A DMainLoopBase.h72 ReadHandle(MainLoopBase &mainloop, IOObject::WaitableHandle handle) in ReadHandle()
H A DMainLoop.h83 SignalHandle(MainLoop &mainloop, int signo) in SignalHandle()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Darwin/
H A DNativeProcessDarwin.cpp58 NativeProcessProtocol::NativeDelegate &native_delegate, MainLoop &mainloop, in Launch()
126 MainLoop &mainloop, NativeProcessProtocolSP &native_process_sp) { in Attach()
1162 void NativeProcessDarwin::AttachToInferior(MainLoop &mainloop, lldb::pid_t pid, in AttachToInferior()
/freebsd-12.1/crypto/openssh/
H A Dsmult_curve25519_ref.c124 static void mainloop(unsigned int work[64],const unsigned char e[32]) in mainloop() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/NetBSD/
H A DNativeProcessNetBSD.cpp147 MainLoop &mainloop) in NativeProcessNetBSD()
/freebsd-12.1/sys/netpfil/ipfw/test/
H A Dmain.c204 mainloop(struct cfg_s *c) in mainloop() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp73 MainLoop &mainloop, const NativeProcessProtocol::Factory &process_factory) in GDBRemoteCommunicationServerLLGS()