Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DPluginManager.cpp592 static std::recursive_mutex &GetEmulateInstructionMutex() { in GetEmulateInstructionMutex() function
612 std::lock_guard<std::recursive_mutex> guard(GetEmulateInstructionMutex()); in RegisterPlugin()
621 std::lock_guard<std::recursive_mutex> guard(GetEmulateInstructionMutex()); in UnregisterPlugin()
637 std::lock_guard<std::recursive_mutex> guard(GetEmulateInstructionMutex()); in GetEmulateInstructionCreateCallbackAtIndex()
648 std::lock_guard<std::recursive_mutex> guard(GetEmulateInstructionMutex()); in GetEmulateInstructionCreateCallbackForPluginName()