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

/freebsd-12-stable/contrib/llvm-project/lldb/source/Core/
H A DPluginManager.cpp64 static std::recursive_mutex &GetPluginMapMutex() { function
75 std::lock_guard<std::recursive_mutex> guard(GetPluginMapMutex());
82 std::lock_guard<std::recursive_mutex> guard(GetPluginMapMutex());
185 std::lock_guard<std::recursive_mutex> guard(GetPluginMapMutex());

Completed in 206 milliseconds