Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DPluginManager.cpp65 static std::recursive_mutex &GetPluginMapMutex() { in GetPluginMapMutex() function
76 std::lock_guard<std::recursive_mutex> guard(GetPluginMapMutex()); in PluginIsLoaded()
83 std::lock_guard<std::recursive_mutex> guard(GetPluginMapMutex()); in SetPluginInfo()
186 std::lock_guard<std::recursive_mutex> guard(GetPluginMapMutex()); in Terminate()