Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/SystemRuntime/MacOSX/
H A DAppleGetItemInfoHandler.h103 std::mutex m_get_item_info_function_mutex; variable
H A DAppleGetItemInfoHandler.cpp98 m_get_item_info_function_mutex(), in AppleGetItemInfoHandler()
139 std::lock_guard<std::mutex> guard(m_get_item_info_function_mutex); in SetupGetItemInfoFunction()