Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/OperatingSystem/Python/
H A DOperatingSystemPython.cpp161 auto interpreter_lock = m_interpreter->AcquireInterpreterLock(); in UpdateThreadList()
303 auto interpreter_lock = m_interpreter->AcquireInterpreterLock(); in CreateRegisterContextForThread()
390 auto interpreter_lock = m_interpreter->AcquireInterpreterLock(); in CreateThread()
/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DScriptInterpreter.cpp138 ScriptInterpreter::AcquireInterpreterLock() { in AcquireInterpreterLock() function in ScriptInterpreter
/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h557 virtual std::unique_ptr<ScriptInterpreterLocker> AcquireInterpreterLock();
/openbsd-src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPythonImpl.h249 std::unique_ptr<ScriptInterpreterLocker> AcquireInterpreterLock() override;
H A DScriptInterpreterPython.cpp2997 ScriptInterpreterPythonImpl::AcquireInterpreterLock() { in AcquireInterpreterLock() function in ScriptInterpreterPythonImpl