Home
last modified time | relevance | path

Searched refs:async_thread (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DProcessKDP.cpp729 llvm::Expected<HostThread> async_thread = ThreadLauncher::LaunchThread( in StartAsyncThread() local
731 if (!async_thread) { in StartAsyncThread()
732 LLDB_LOG_ERROR(GetLog(LLDBLog::Host), async_thread.takeError(), in StartAsyncThread()
736 m_async_thread = *async_thread; in StartAsyncThread()
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp3435 llvm::Expected<HostThread> async_thread = in StartAsyncThread() local
3439 if (!async_thread) { in StartAsyncThread()
3440 LLDB_LOG_ERROR(GetLog(LLDBLog::Host), async_thread.takeError(), in StartAsyncThread()
3444 m_async_thread = *async_thread; in StartAsyncThread()