Home
last modified time | relevance | path

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

/llvm-project/lldb/source/Plugins/SystemRuntime/MacOSX/
H A DAppleGetThreadItemInfoHandler.h102 std::mutex m_get_thread_item_info_function_mutex; variable
H A DAppleGetThreadItemInfoHandler.cpp107 m_get_thread_item_info_function_mutex(), in AppleGetThreadItemInfoHandler()
150 std::lock_guard<std::mutex> guard(m_get_thread_item_info_function_mutex); in SetupGetThreadItemInfoFunction()