Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DPluginManager.cpp1561 static std::recursive_mutex &GetStructuredDataPluginMutex() { in GetStructuredDataPluginMutex() function
1585 std::lock_guard<std::recursive_mutex> guard(GetStructuredDataPluginMutex()); in RegisterPlugin()
1594 std::lock_guard<std::recursive_mutex> guard(GetStructuredDataPluginMutex()); in UnregisterPlugin()
1611 std::lock_guard<std::recursive_mutex> guard(GetStructuredDataPluginMutex()); in GetStructuredDataPluginCreateCallbackAtIndex()
1622 std::lock_guard<std::recursive_mutex> guard(GetStructuredDataPluginMutex()); in GetStructuredDataPluginCreateCallbackForPluginName()
1638 std::lock_guard<std::recursive_mutex> guard(GetStructuredDataPluginMutex()); in GetStructuredDataFilterCallbackAtIndex()
2359 std::lock_guard<std::recursive_mutex> guard(GetStructuredDataPluginMutex()); in DebuggerInitialize()