Searched refs:GetREPLMutex (Results 1 – 1 of 1) sorted by relevance
2196 static std::recursive_mutex &GetREPLMutex() { in GetREPLMutex() function2218 std::lock_guard<std::recursive_mutex> guard(GetREPLMutex()); in RegisterPlugin()2226 std::lock_guard<std::recursive_mutex> guard(GetREPLMutex()); in UnregisterPlugin()2241 std::lock_guard<std::recursive_mutex> guard(GetREPLMutex()); in GetREPLCreateCallbackAtIndex()2251 std::lock_guard<std::recursive_mutex> guard(GetREPLMutex()); in GetREPLCreateCallbackForPluginName()2265 std::lock_guard<std::recursive_mutex> guard(GetREPLMutex()); in GetREPLEnumerateSupportedLanguagesCallbackAtIndex()2276 std::lock_guard<std::recursive_mutex> guard(GetREPLMutex()); in GetREPLSystemEnumerateSupportedLanguagesCallbackForPluginName()