Home
last modified time | relevance | path

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

/llvm-project/lldb/include/lldb/Host/
H A DMainLoopBase.h88 ReadHandle(MainLoopBase & mainloop,IOObject::WaitableHandle handle) ReadHandle() argument
/llvm-project/lldb/tools/lldb-server/
H A Dlldb-gdbserver.cpp98 static void sighup_handler(MainLoopBase &mainloop) { in sighup_handler() argument
193 void ConnectToRemote(MainLoop &mainloop, in ConnectToRemote() argument
324 MainLoop mainloop; main_gdbserver() local
[all...]
/llvm-project/lldb/include/lldb/Host/posix/
H A DMainLoopPosix.h68 SignalHandle(MainLoopPosix & mainloop,int signo,std::list<Callback>::iterator callback_it) SignalHandle() argument
/llvm-project/mlir/test/Examples/NVGPU/
H A DCh4.py149 def mainloop(mbar_group: Mbarriers, a_tma: TMA, b_tma: TMA, num_stages): function
/llvm-project/lldb/include/lldb/Host/common/
H A DNativeProcessProtocol.h277 Manager(MainLoop &mainloop) : m_mainloop(mainloop) {} in Manager()
/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DNativeProcessFreeBSD.cpp163 NativeProcessFreeBSD(::pid_t pid,int terminal_fd,NativeDelegate & delegate,const ArchSpec & arch,MainLoop & mainloop) NativeProcessFreeBSD() argument
/llvm-project/lldb/source/Plugins/Process/NetBSD/
H A DNativeProcessNetBSD.cpp146 MainLoop &mainloop) in NativeProcessNetBSD() argument
/llvm-project/lldb/source/Plugins/Process/Linux/
H A DNativeProcessLinux.cpp255 NativeProcessLinux::Manager::Manager(MainLoop &mainloop) in Manager() argument
/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp71 MainLoop &mainloop, NativeProcessProtocol::Manager &process_manager) in GDBRemoteCommunicationServerLLGS() argument