Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp370 m_python_interpreter(py_interpreter) { in Locker()
391 m_python_interpreter->SetThreadState(PyThreadState_Get()); in DoAcquireLock()
392 m_python_interpreter->IncrementLockCount(); in DoAcquireLock()
399 if (!m_python_interpreter) in DoInitSession()
401 return m_python_interpreter->EnterSession(on_entry_flags, in, out, err); in DoInitSession()
409 m_python_interpreter->DecrementLockCount(); in DoFreeLock()
414 if (!m_python_interpreter) in DoTearDownSession()
416 m_python_interpreter->LeaveSession(); in DoTearDownSession()
H A DScriptInterpreterPythonImpl.h338 ScriptInterpreterPythonImpl *m_python_interpreter; variable