Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DScriptInterpreter.cpp135 ScriptInterpreter::AcquireInterpreterLock() { in AcquireInterpreterLock() function in ScriptInterpreter
/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h545 virtual std::unique_ptr<ScriptInterpreterLocker> AcquireInterpreterLock();
/llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPythonImpl.h246 std::unique_ptr<ScriptInterpreterLocker> AcquireInterpreterLock() override;
H A DScriptInterpreterPython.cpp3139 ScriptInterpreterPythonImpl::AcquireInterpreterLock() { in AcquireInterpreterLock() function in ScriptInterpreterPythonImpl