Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
HDPluginManager.cpp1914 static std::recursive_mutex &GetMemoryHistoryMutex() { in GetMemoryHistoryMutex() function
1934 std::lock_guard<std::recursive_mutex> guard(GetMemoryHistoryMutex()); in RegisterPlugin()
1943 std::lock_guard<std::recursive_mutex> guard(GetMemoryHistoryMutex()); in UnregisterPlugin()
1959 std::lock_guard<std::recursive_mutex> guard(GetMemoryHistoryMutex()); in GetMemoryHistoryCreateCallbackAtIndex()
1970 std::lock_guard<std::recursive_mutex> guard(GetMemoryHistoryMutex()); in GetMemoryHistoryCreateCallbackForPluginName()