Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h721 std::recursive_mutex m_io_handler_synchronous_mutex; variable
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp1108 m_io_handler_synchronous_mutex); in RunIOHandlers()
1125 std::lock_guard<std::recursive_mutex> guard(m_io_handler_synchronous_mutex); in RunIOHandlerSync()