Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DDebugger.h555 std::recursive_mutex m_io_handler_synchronous_mutex; variable
/llvm-project-15.0.7/lldb/source/Core/
H A DDebugger.cpp1019 m_io_handler_synchronous_mutex); in RunIOHandlers()
1036 std::lock_guard<std::recursive_mutex> guard(m_io_handler_synchronous_mutex); in RunIOHandlerSync()