Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Interpreter/
H A DScriptInterpreter.cpp150 ScriptInterpreter::AcquireInterpreterLock() { in AcquireInterpreterLock() function in ScriptInterpreter
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h542 virtual std::unique_ptr<ScriptInterpreterLocker> AcquireInterpreterLock();
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPythonImpl.h246 std::unique_ptr<ScriptInterpreterLocker> AcquireInterpreterLock() override;
H A DScriptInterpreterPython.cpp2924 ScriptInterpreterPythonImpl::AcquireInterpreterLock() { in AcquireInterpreterLock() function in ScriptInterpreterPythonImpl