Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Protocol/MCP/
H A DProtocolServerMCP.cpp177 m_loop_thread = std::thread([=] { in Start()
198 if (m_loop_thread.joinable()) in Stop()
199 m_loop_thread.join(); in Stop()
H A DProtocolServerMCP.h86 std::thread m_loop_thread; variable