Searched refs:GetStructuredDataPluginMutex (Results 1 – 1 of 1) sorted by relevance
1561 static std::recursive_mutex &GetStructuredDataPluginMutex() { in GetStructuredDataPluginMutex() function1585 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()