Home
last modified time | relevance | path

Searched refs:GetOutputMutex (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DIOHandler.h165 std::recursive_mutex &GetOutputMutex() { return m_output_mutex; } in GetOutputMutex() function
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DIOHandler.cpp267 GetOutputMutex(), m_color_prompts); in IOHandlerEditline()
/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DCommandInterpreter.cpp3044 std::lock_guard<std::recursive_mutex> guard(io_handler.GetOutputMutex()); in PrintCommandOutput()
3050 std::lock_guard<std::recursive_mutex> guard(io_handler.GetOutputMutex()); in PrintCommandOutput()
3090 std::lock_guard<std::recursive_mutex> guard(io_handler.GetOutputMutex()); in IOHandlerInputComplete()