Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Core/
DDebugger.h423 std::recursive_mutex m_io_handler_synchronous_mutex; variable
/external/llvm-project/lldb/source/Core/
DDebugger.cpp873 m_io_handler_synchronous_mutex); in RunIOHandlers()
890 std::lock_guard<std::recursive_mutex> guard(m_io_handler_synchronous_mutex); in RunIOHandlerSync()