Searched refs:m_get_class_info_args_mutex (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.h319 std::mutex m_get_class_info_args_mutex; member in class:lldb_private::AppleObjCRuntimeV2
H A DAppleObjCRuntimeV2.cpp417 m_get_class_info_args_mutex(), m_get_shared_cache_class_info_code(),
1406 std::lock_guard<std::mutex> guard(m_get_class_info_args_mutex);

Completed in 153 milliseconds