Searched defs:mainloop (Results 1 – 9 of 9) sorted by relevance
/llvm-project/lldb/include/lldb/Host/ |
H A D | MainLoopBase.h | 88 ReadHandle(MainLoopBase & mainloop,IOObject::WaitableHandle handle) ReadHandle() argument
|
/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; main_gdbserver() local [all...] |
/llvm-project/lldb/include/lldb/Host/posix/ |
H A D | MainLoopPosix.h | 68 SignalHandle(MainLoopPosix & mainloop,int signo,std::list<Callback>::iterator callback_it) SignalHandle() argument
|
/llvm-project/mlir/test/Examples/NVGPU/ |
H A D | Ch4.py | 149 def mainloop(mbar_group: Mbarriers, a_tma: TMA, b_tma: TMA, num_stages): function
|
/llvm-project/lldb/include/lldb/Host/common/ |
H A D | NativeProcessProtocol.h | 277 Manager(MainLoop &mainloop) : m_mainloop(mainloop) {} in Manager()
|
/llvm-project/lldb/source/Plugins/Process/FreeBSD/ |
H A D | NativeProcessFreeBSD.cpp | 163 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 D | NativeProcessNetBSD.cpp | 146 MainLoop &mainloop) in NativeProcessNetBSD() argument
|
/llvm-project/lldb/source/Plugins/Process/Linux/ |
H A D | NativeProcessLinux.cpp | 255 NativeProcessLinux::Manager::Manager(MainLoop &mainloop) in Manager() argument
|
/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
H A D | GDBRemoteCommunicationServerLLGS.cpp | 71 MainLoop &mainloop, NativeProcessProtocol::Manager &process_manager) in GDBRemoteCommunicationServerLLGS() argument
|