Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DPluginManager.cpp1825 static std::recursive_mutex &GetUnwindAssemblyMutex() { in GetUnwindAssemblyMutex() function
1845 std::lock_guard<std::recursive_mutex> guard(GetUnwindAssemblyMutex()); in RegisterPlugin()
1854 std::lock_guard<std::recursive_mutex> guard(GetUnwindAssemblyMutex()); in UnregisterPlugin()
1870 std::lock_guard<std::recursive_mutex> guard(GetUnwindAssemblyMutex()); in GetUnwindAssemblyCreateCallbackAtIndex()
1881 std::lock_guard<std::recursive_mutex> guard(GetUnwindAssemblyMutex()); in GetUnwindAssemblyCreateCallbackForPluginName()