Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DPluginManager.cpp2196 static std::recursive_mutex &GetREPLMutex() { in GetREPLMutex() function
2218 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()