Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DPluginManager.cpp1905 static std::recursive_mutex &GetMemoryHistoryMutex() { in GetMemoryHistoryMutex() function
1925 std::lock_guard<std::recursive_mutex> guard(GetMemoryHistoryMutex()); in RegisterPlugin()
1934 std::lock_guard<std::recursive_mutex> guard(GetMemoryHistoryMutex()); in UnregisterPlugin()
1950 std::lock_guard<std::recursive_mutex> guard(GetMemoryHistoryMutex()); in GetMemoryHistoryCreateCallbackAtIndex()
1961 std::lock_guard<std::recursive_mutex> guard(GetMemoryHistoryMutex()); in GetMemoryHistoryCreateCallbackForPluginName()