Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTrampolineHandler.h159 std::mutex m_impl_function_mutex; variable
H A DAppleObjCTrampolineHandler.cpp710 std::lock_guard<std::mutex> guard(m_impl_function_mutex); in SetupDispatchFunction()