Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DPluginManager.cpp1988 static std::recursive_mutex &GetInstrumentationRuntimeMutex() { in GetInstrumentationRuntimeMutex() function
2011 GetInstrumentationRuntimeMutex()); in RegisterPlugin()
2021 GetInstrumentationRuntimeMutex()); in UnregisterPlugin()
2038 std::lock_guard<std::recursive_mutex> guard(GetInstrumentationRuntimeMutex()); in GetInstrumentationRuntimeGetTypeCallbackAtIndex()
2048 std::lock_guard<std::recursive_mutex> guard(GetInstrumentationRuntimeMutex()); in GetInstrumentationRuntimeCreateCallbackAtIndex()
2061 GetInstrumentationRuntimeMutex()); in GetInstrumentationRuntimeCreateCallbackForPluginName()