Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DPluginManager.cpp426 static std::recursive_mutex &GetDynamicLoaderMutex() { in GetDynamicLoaderMutex() function
448 std::lock_guard<std::recursive_mutex> guard(GetDynamicLoaderMutex()); in RegisterPlugin()
457 std::lock_guard<std::recursive_mutex> guard(GetDynamicLoaderMutex()); in UnregisterPlugin()
473 std::lock_guard<std::recursive_mutex> guard(GetDynamicLoaderMutex()); in GetDynamicLoaderCreateCallbackAtIndex()
484 std::lock_guard<std::recursive_mutex> guard(GetDynamicLoaderMutex()); in GetDynamicLoaderCreateCallbackForPluginName()
2293 std::lock_guard<std::recursive_mutex> guard(GetDynamicLoaderMutex()); in DebuggerInitialize()