Home
last modified time | relevance | path

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

/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.h110 std::mutex m_added_breakpoint_mutex; variable
H A DStructuredDataDarwinLog.cpp1236 std::lock_guard<std::mutex> locker(m_added_breakpoint_mutex); in ModulesDidLoad()
1323 m_added_breakpoint_mutex(), m_added_breakpoint(),
1575 std::lock_guard<std::mutex> locker(m_added_breakpoint_mutex); in AddInitCompletionHook()